Skip to content

Commit

Permalink
Update cron.php, added newline to finished cron message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Till Brehm committed Jul 14, 2020
1 parent 21c6063 commit bf736d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@
@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
$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 comments on commit bf736d7

Please sign in to comment.