Till Brehm
2014-08-14 c653844975fb13bf7aaf2cc0dc96c8c70906394e
server/plugins-available/shelluser_jailkit_plugin.inc.php
@@ -226,7 +226,7 @@
         $app->system->web_folder_protection($web['document_root'], false);
         if(@is_dir($data['old']['dir'].$jailkit_chroot_userhome)) {
            $command = 'userdel -f';
            $command = 'killall -u '.escapeshellcmd($data['old']['username']).' ; userdel -f';
            $command .= ' '.escapeshellcmd($data['old']['username']).' &> /dev/null';
            exec($command);
            $app->log("Jailkit Plugin -> delete chroot home:".$data['old']['dir'].$jailkit_chroot_userhome, LOGLEVEL_DEBUG);