Update index.py

pull/624/head
Mr Chen 7 months ago
parent 62050fcff1
commit 56a276f019
  1. 2
      plugins/pgadmin/index.py

@ -210,7 +210,7 @@ def initReplace():
service_path = mw.getServerDir()
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')
def start():

Loading…
Cancel
Save