From fcbecaef0eec585e72d3d8526cf8679f58959df5 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 29 Jun 2022 01:39:03 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 2d5b91228..4da953e61 100755 --- a/plugins/php/install.sh +++ b/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