Update install.sh

This commit is contained in:
midoks 2022-06-23 12:02:11 +08:00
parent fa86fbefdb
commit 83c2aedf1a
1 changed files with 0 additions and 9 deletions

View File

@ -34,15 +34,6 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then
fi
if [ -f $serverPath/php/53/bin/php.dSYM ];then
mv $serverPath/php/53/bin/php.dSYM $serverPath/php/53/bin/php
fi
if [ -f $serverPath/php/53/sbin/php-fpm.dSYM ];then
mv $serverPath/php/53/sbin/php-fpm.dSYM $serverPath/php/53/sbin/php-fpm
fi
if [ -f $serverPath/php/53/bin/php ];then
return
fi