Skip to content
Snippets Groups Projects
Commit bf736d76 authored by Till Brehm's avatar Till Brehm
Browse files

Update cron.php, added newline to finished cron message.

parent 21c60636
No related branches found
No related tags found
No related merge requests found
Pipeline #3478 passed
...@@ -128,6 +128,6 @@ $app->services->processDelayedActions(); ...@@ -128,6 +128,6 @@ $app->services->processDelayedActions();
@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock'); @unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
$app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG); $app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG);
if($conf['log_priority'] <= LOGLEVEL_DEBUG) die("finished cron run."); if($conf['log_priority'] <= LOGLEVEL_DEBUG) die("finished cron run.\n");
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment