Update phalcon.sh

pull/290/head
midoks 2 years ago
parent 2001a3b5dc
commit 9235affadf
  1. 4
      plugins/php/versions/common/phalcon.sh

@ -20,7 +20,7 @@ LIBV=4.1.2
if [ "$version" -lt "73" ];then
echo "not support!"
exit 1
else
fi
if [ "$version" -gt "74" ];then
LIBV=5.1.2
@ -118,4 +118,4 @@ if [ "$actionType" == 'install' ];then
Install_lib
elif [ "$actionType" == 'uninstall' ];then
Uninstall_lib
fi
fi
Loading…
Cancel
Save