Update index.py

pull/624/head
Mr Chen 7 months ago
parent dee7abc850
commit e2e94015a0
  1. 3
      plugins/pgadmin/index.py

@ -203,7 +203,8 @@ def initReplace():
judge_file = getServerDir()+'/data/pgadmin4/pgadmin4.db'
if not os.path.exists(judge_file):
pg_init_bash = getPluginDir()+'/pg_init.sh'
mw.execShell("bash "+pg_init_bash)
t = mw.execShell("bash "+pg_init_bash)
print(t)
# systemd
systemDir = mw.systemdCfgDir()

Loading…
Cancel
Save