Skip to content
Snippets Groups Projects
Commit b7445582 authored by Morris Jobke's avatar Morris Jobke
Browse files

add proper End of Line character

parent 73685892
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ try {
if (file_exists(TemporaryCronClass::$lockfile)) {
TemporaryCronClass::$keeplock = true;
TemporaryCronClass::$sent = true;
echo "Another instance of cron.php is still running!";
echo "Another instance of cron.php is still running!" . PHP_EOL;
exit(1);
}
......
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