Update index.py

This commit is contained in:
dami 2026-04-04 23:41:58 +08:00
parent 045543f27a
commit 69c048cfa6
1 changed files with 1 additions and 1 deletions

View File

@ -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"