错误,Cronjob执行不起作用ubuntu

时间:2017-07-03 05:35:27

标签: php cron scheduled-tasks

我想实现一个简单的cron作业,它应该在某个时间每天一次处理两个脚本。我已经参考了这个教程 https://serverpilot.io/community/articles/how-to-use-cron-to-schedule-scripts.html

但它似乎无法奏效。

我的cronjob文件:

MAILTO="my@email.com"
0 4 * * * wget -q -0 - "http://example.com/myscript.php" 

我使用DigitalOcean Ubuntu Server和Serverpilot& WordPress的

1 个答案:

答案 0 :(得分:0)

我可以解决它。我使用了零而不是O,现在我收到了包含报告的电子邮件。