From 2431833ccee2727b6bf23b90af56c48a8c6a94af Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 8 May 2024 01:19:53 +0800 Subject: [PATCH] Update index.py --- plugins/clean/index.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/clean/index.py b/plugins/clean/index.py index 91c1e57ee..330bc81d4 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -99,7 +99,9 @@ def initConf(): "/var/log/secure", "/var/log/lastlog", "/var/log/cron", - "/www/server/cron" + "/www/server/sphinx/index", + "/www/server/mongodb/logs", + "/www/server/cron", ] for i in clogcom: if os.path.exists(i):