Update install.sh
This commit is contained in:
parent
1cf8e4ecb7
commit
e8a152b1a3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue