From c731197e954fb190e2e42d5e411d14b665bfd6ca Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 7 Aug 2022 23:09:37 +0800 Subject: [PATCH] Update install.sh --- plugins/postgresql/install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/postgresql/install.sh b/plugins/postgresql/install.sh index 62e70eb4c..741fc3540 100755 --- a/plugins/postgresql/install.sh +++ b/plugins/postgresql/install.sh @@ -35,8 +35,8 @@ fi sh -x $curPath/versions/$2/install.sh $1 -if [ "${action}" == "install" ] && [ -d $serverPath/postgresql ];then - #初始化 - # cd ${rootPath} && python3 ${rootPath}/plugins/postgresql/index.py start ${type} - # cd ${rootPath} && python3 ${rootPath}/plugins/postgresql/index.py initd_install ${type} -fi +# if [ "${action}" == "install" ] && [ -d $serverPath/postgresql ];then +# #初始化 +# cd ${rootPath} && python3 ${rootPath}/plugins/postgresql/index.py start ${type} +# cd ${rootPath} && python3 ${rootPath}/plugins/postgresql/index.py initd_install ${type} +# fi