diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-08-31 14:21:46 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-08-31 14:21:46 +0200 |
commit | b7445582dc6d8adda89dc26f351d4c92748bbe2d (patch) | |
tree | 181c2a503098e64ee54698537b32fd6af30b60e3 /cron.php | |
parent | 73685892ed6f255a916512863cd5549914d071e1 (diff) | |
download | nextcloud-server-b7445582dc6d8adda89dc26f351d4c92748bbe2d.tar.gz nextcloud-server-b7445582dc6d8adda89dc26f351d4c92748bbe2d.zip |
add proper End of Line character
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |