Update install.sh
This commit is contained in:
parent
f6672d6bd5
commit
c731197e95
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue