Update install.sh

pull/117/head
midoks 3 years ago
parent 88161fb920
commit fb8f74226f
  1. 2
      plugins/php/install.sh

@ -43,7 +43,7 @@ fi
cd ${curPath} && sh -x $curPath/versions/$2/install.sh $1
if [ "${action}" == "install" ];then
if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py start ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py initd_install ${type}

Loading…
Cancel
Save