fly263

Results 11 comments of fly263

> 写了一个简单的脚本,设置为每2分钟执行一次,看日志文件里面没有,taskplan/log这个页面也不显示日志? > > ``` > #!/bin/sh > echo "testplan" >> /tmp/log/fan_timer.log > ``` > > 在 crontab计划任务里有这样的记录: */2 * * * * /usr/bin/taskplanhandler customscript Scheduled_task 我找到原因了,我的路由器里面使用的是BusyBox 1.33.2版本,这个版本的 crond 不支持...