From 9235affadf8e991832b059e6700911fd6f977b7b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 9 Dec 2022 20:06:43 +0800 Subject: [PATCH] Update phalcon.sh --- plugins/php/versions/common/phalcon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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