Merge pull request #10778 from owncloud/eof-cron

add proper End of Line character
This commit is contained in:
Morris Jobke 2014-08-31 16:35:03 +02:00
commit 2e76b5cc9e

View file

@ -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);
}