This commit is contained in:
lxk0301
2021-03-10 14:12:31 +08:00
parent c892431f33
commit f8228241ef
7 changed files with 17 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
# 每3天的23:50分清理一次日志(互助码不清理proc_file.sh对该文件进行了去重)
50 23 */3 * * find /scripts/logs -name '*.log' | grep -v 'sharecode' | xargs rm -rf
50 23 */3 * * find /scripts/logs -name '*.log' | grep -v 'sharecodeCollection' | xargs rm -rf
#收集助力码
30 * * * * sh +x /scripts/docker/auto_help.sh collect >> /scripts/logs/auto_help.log 2>&1