ftimme
2013-02-12 4ccdf7b9c1783e2b80000af92ba73c1bcf7cac01
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);
         }