Update install.sh

This commit is contained in:
midoks 2022-12-09 19:15:58 +08:00
parent 1cf8e4ecb7
commit e8a152b1a3
1 changed files with 3 additions and 3 deletions

View File

@ -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