This commit is contained in:
parent
eac36d3e32
commit
1dfbed36e8
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ function createUnixUserWithQuota($user, $quota)
|
|||
|
||||
function removeUnixUser($user)
|
||||
{
|
||||
exec('deluser --remove-home ' . $user, $output);
|
||||
exec('sleep 2s && deluser --remove-home ' . $user, $output);
|
||||
// TODO : handle errors
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue