From e2e94015a0b8d10a9f8afe66d6c9ca31c18aa04a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 2 Oct 2024 01:40:20 +0800 Subject: [PATCH] Update index.py --- plugins/pgadmin/index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/pgadmin/index.py b/plugins/pgadmin/index.py index 435497b51..0d8138166 100755 --- a/plugins/pgadmin/index.py +++ b/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()