We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c6063 commit bf736d7Copy full SHA for bf736d7
server/cron.php
@@ -128,6 +128,6 @@
128
@unlink($conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock');
129
$app->log('Remove Lock: ' . $conf['temppath'] . $conf['fs_div'] . '.ispconfig_cron_lock', LOGLEVEL_DEBUG);
130
131
-if($conf['log_priority'] <= LOGLEVEL_DEBUG) die("finished cron run.");
+if($conf['log_priority'] <= LOGLEVEL_DEBUG) die("finished cron run.\n");
132
133
?>
0 commit comments