1
orzfly 2014-11-08 16:17:40 +08:00
把你的引号先改成英文半角再说……
|
2
fuxkcsdn 2014-11-08 16:18:29 +08:00
是脚本出问题还是crontab没达到预期效果?
脚本出问题把错误帖出来 crontab没达到预期效果,把wget和wput的路径写全,或者引入wget、wput所在的环境变量 |
4
Daniel65536 2014-11-08 16:27:48 +08:00
crontab没达到预期效果可能是你被你的openwrt坑了。
奇特版本的openwrt如果cat /etc/init.d/cron,会发现这么一段命令: rm -rf /etc/crontabs/root config_load cron config_foreach task_get task 需要配置/etc/config/cron,或者把这三行注释掉重新crontab -e。 |
6
fuxkcsdn 2014-11-08 16:34:27 +08:00
|
8
zhangjian OP 感谢以上所有v友的回答,谢谢。
|