Update install.sh

pull/109/head
midoks 3 years ago
parent fa86fbefdb
commit 83c2aedf1a
  1. 9
      plugins/php/versions/53/install.sh

@ -34,15 +34,6 @@ if [ ! -d $sourcePath/php/php${PHP_VER} ];then
fi 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 if [ -f $serverPath/php/53/bin/php ];then
return return
fi fi

Loading…
Cancel
Save