Update install.sh

This commit is contained in:
midoks 2022-08-07 23:09:37 +08:00
parent f6672d6bd5
commit c731197e95
1 changed files with 5 additions and 5 deletions

View File

@ -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