Update install.sh

pull/109/head
midoks 5 years ago
parent 4d4dd8f99d
commit 91e944ada3
  1. 6
      plugins/php/versions/52/install.sh

@ -105,6 +105,12 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
&& make && make install && make clean
fi
if [ "$?" != "0" ];then
echo "install fail!!"
exit 2
fi
if [ -f $serverPath/php/${PHP_VER}/bin/php.dSYM ];then
mv $serverPath/php/${PHP_VER}/bin/php.dSYM $serverPath/php/${PHP_VER}/bin/php

Loading…
Cancel
Save