Skip to content

Commit 98ba3c4

Browse files
author
Till Brehm
committed
Merge branch 'newline-cron_debug' into 'develop'
Add a new line at the end of the die in cron_debug.php See merge request ispconfig/ispconfig3!1145
2 parents b4972db + 53d0e13 commit 98ba3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron_debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// Cronjob that shell be run
5353
$cronjob_file = $cmd_opt['cronjob'];
5454
} else {
55-
die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php');
55+
die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'."\n");
5656
}
5757

5858
// Load and run the cronjob

0 commit comments

Comments
 (0)