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)