Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-08-31 16:21:46 +0400
committerMorris Jobke <hey@morrisjobke.de>2014-08-31 16:21:46 +0400
commitb7445582dc6d8adda89dc26f351d4c92748bbe2d (patch)
tree181c2a503098e64ee54698537b32fd6af30b60e3 /cron.php
parent73685892ed6f255a916512863cd5549914d071e1 (diff)
add proper End of Line character
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron.php b/cron.php
index c48f17ed095..e77cc885aba 100644
--- a/cron.php
+++ b/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);
}