Skip to content
Snippets Groups Projects
Commit 53d0e130 authored by ms217's avatar ms217
Browse files

add a new line at the end of the die

parent 11f09993
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ if(isset($cmd_opt['cronjob']) && is_file($path.'/'.$cmd_opt['cronjob'])) { ...@@ -52,7 +52,7 @@ if(isset($cmd_opt['cronjob']) && is_file($path.'/'.$cmd_opt['cronjob'])) {
// Cronjob that shell be run // Cronjob that shell be run
$cronjob_file = $cmd_opt['cronjob']; $cronjob_file = $cmd_opt['cronjob'];
} else { } else {
die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'); die('Usage example: php cron_debug.php --cronjob=100-mailbox_stats.inc.php'."\n");
} }
// Load and run the cronjob // Load and run the cronjob
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment