run cronjob at the end of config-services script (when using --apply), thx v3ng
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -357,6 +357,9 @@ class Action
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// run cronjob at the end to ensure configs are all up to date
|
||||||
|
exec('php ' . FROXLOR_INSTALL_DIR . '/scripts/froxlor_master_cronjob.php --force');
|
||||||
|
// and done
|
||||||
CmdLineHandler::printsucc("All services have been configured");
|
CmdLineHandler::printsucc("All services have been configured");
|
||||||
} else {
|
} else {
|
||||||
CmdLineHandler::printerr("Unable to decode given JSON file");
|
CmdLineHandler::printerr("Unable to decode given JSON file");
|
||||||
|
|||||||
Reference in New Issue
Block a user