Update install.sh

pull/113/head
midoks 3 years ago
parent 32b5ac5049
commit fcbecaef0e
  1. 6
      plugins/php/install.sh

@ -35,6 +35,12 @@ if [ "${action}" == "uninstall" ];then
#初始化
cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py stop ${type}
cd ${rootPath} && python3 ${rootPath}/plugins/php/index.py initd_uninstall ${type}
if [ -f /lib/systemd/system/php${type}.service ];then
systemctl stop php${type}
rm -rf /lib/systemd/system/php${type}.service
systemctl daemon-reload
fi
fi
sh -x $curPath/versions/$2/install.sh $1

Loading…
Cancel
Save