修正执行脚本路径

This commit is contained in:
iouAkira
2020-12-11 14:00:31 +08:00
parent 966d5d5627
commit 199ca4399f
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#必须要的默认定时任务请勿删除
52 */1 * * * sh /scripts/default_task.sh |ts >> /scripts/logs/pull.log 2>&1
52 */1 * * * sh /scripts/docker/default_task.sh |ts >> /scripts/logs/pull.log 2>&1
# 每3天的23:50分清理一次日志
50 23 */3 * * rm -rf /scripts/logs/*.log