tbrehm
2013-02-15 233dfdaff89752b7b7a2d76dd8c6d6bd716e5399
server/plugins-available/shelluser_jailkit_plugin.inc.php
@@ -188,7 +188,7 @@
         
         if(@is_dir($data['old']['dir'].$jailkit_chroot_userhome)) {
            $command = 'userdel -f';
            $command .= ' '.escapeshellcmd($data['old']['username']);
            $command .= ' '.escapeshellcmd($data['old']['username']).' &> /dev/null';
            exec($command);
            $app->log("Jailkit Plugin -> delete chroot home:".$data['old']['dir'].$jailkit_chroot_userhome,LOGLEVEL_DEBUG);
         }