mirror of
https://github.com/nextcloud/server.git
synced 2026-04-05 00:56:16 -04:00
Merge pull request #10778 from owncloud/eof-cron
add proper End of Line character
This commit is contained in:
commit
2e76b5cc9e
1 changed files with 1 additions and 1 deletions
2
cron.php
2
cron.php
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue