diff --git a/plugins/php/versions/common/phalcon.sh b/plugins/php/versions/common/phalcon.sh index 8aa9e1673..b3c201610 100755 --- a/plugins/php/versions/common/phalcon.sh +++ b/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 \ No newline at end of file