diff --git a/scripts/froxlor_master_cronjob.php b/scripts/froxlor_master_cronjob.php index 04af9fd6..8e2e196e 100644 --- a/scripts/froxlor_master_cronjob.php +++ b/scripts/froxlor_master_cronjob.php @@ -47,6 +47,8 @@ for ($x = 1; $x < count($argv); $x++) { // really force re-generating of config-files by // inserting task 1 inserttask('1'); + // bind (if enabled, inserttask() checks this) + inserttask('4'); // also regenerate cron.d-file inserttask('99'); addToQueue($jobs_to_run, $crontasks);