Update index.py

pull/632/head
Mr Chen 6 months ago
parent 15314974f6
commit c6d900c4e0
  1. 2
      plugins/pureftp/index.py

@ -147,7 +147,7 @@ def initDreplace():
# and not os.path.exists(systemService)
content = mw.readFile(systemServiceTpl)
content = content.replace('{$SERVER_PATH}', service_path)
mw.writeFile(systemService, se_content)
mw.writeFile(systemService, content)
mw.execShell('systemctl daemon-reload')
return file_bin

Loading…
Cancel
Save