We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f0999 commit 53d0e13Copy full SHA for 53d0e13
server/cron_debug.php
@@ -52,7 +52,7 @@
52
// Cronjob that shell be run
53
$cronjob_file = $cmd_opt['cronjob'];
54
} else {
55
- 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");
56
}
57
58
// Load and run the cronjob
0 commit comments