From e8a152b1a393252fe53a4c76f724093a4efdd01e Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 9 Dec 2022 19:15:58 +0800 Subject: [PATCH] Update install.sh --- plugins/php/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/php/install.sh b/plugins/php/install.sh index 3a98e5901..583d97ade 100755 --- a/plugins/php/install.sh +++ b/plugins/php/install.sh @@ -32,9 +32,9 @@ if [ ! -d $curPath/versions/$2 ];then fi -if [ "${action}" == "install" ] && [ -d $serverPath/php/${type} ];then - exit 0 -fi +# if [ "${action}" == "install" ] && [ -d $serverPath/php/${type} ];then +# exit 0 +# fi if [ "${action}" == "uninstall" ];then