diff --git a/customer_ftp.php b/customer_ftp.php index 5987f349..d17ac9f4 100644 --- a/customer_ftp.php +++ b/customer_ftp.php @@ -324,6 +324,7 @@ elseif($page == 'accounts') if(!file_exists($path)) { mkDirWithCorrectOwnership($userinfo['documentroot'], $path, $result['uid'], $result['gid']); + inserttask(5); /* Let the cronjob do the rest */ } $log->logAction(USR_ACTION, LOG_INFO, "updated ftp-account homdir for '" . $result['username'] . "'");