From 69c048cfa6374ad496bdfa188fc9efbe3106bce1 Mon Sep 17 00:00:00 2001 From: dami Date: Sat, 4 Apr 2026 23:41:58 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 6b78cd66d..d712d1078 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -164,12 +164,12 @@ def initConf(): "/www/server/alist/data/log", "/www/server/dztasks/logs", "/www/server/rsyncd/lsyncd.log", - "/www/server/cron", ] for i in clogcom: if os.path.exists(i): content += i + "\n" + content += "/www/server/cron\n" # 清理日志 rootDir = "/var/log"