diff --git a/plugins/clean/index.py b/plugins/clean/index.py index e43de8aba..e4a820fac 100755 --- a/plugins/clean/index.py +++ b/plugins/clean/index.py @@ -139,7 +139,7 @@ def cleanLog(): "/var/log/cron", ] for i in clogcom: - if os.path.exists(i) + if os.path.exists(i): mw.execShell("echo \"\" > " + i) l = os.listdir(rootDir)