when using --force on the cronjob it will now also re-set quotas if enabled

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-12-12 19:49:46 +01:00
parent dc44c67f86
commit 1a15cef76d

View File

@@ -50,6 +50,8 @@ for ($x = 1; $x < count($argv); $x++) {
inserttask('1');
// bind (if enabled, inserttask() checks this)
inserttask('4');
// set quotas (if enabled)
inserttask('10');
// also regenerate cron.d-file
inserttask('99');
addToQueue($jobs_to_run, 'tasks');