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); }