From 2d8528ca8de85a0792a6a8e6d9ec3c03bd284a24 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 25 Nov 2024 02:32:11 +0800 Subject: [PATCH] Update index.py --- plugins/pureftp/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/pureftp/index.py b/plugins/pureftp/index.py index 11508e7fa..0dc6a00e3 100755 --- a/plugins/pureftp/index.py +++ b/plugins/pureftp/index.py @@ -144,7 +144,6 @@ def initDreplace(): systemServiceTpl = getPluginDir() + '/init.d/pureftp.service.tpl' if os.path.exists(systemDir): - # and not os.path.exists(systemService) content = mw.readFile(systemServiceTpl) content = content.replace('{$SERVER_PATH}', service_path) mw.writeFile(systemService, content)