From 4aeffd2aa6f2186d5249c6fc0e91dcbef3cddc4f Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 2 Dec 2022 22:59:05 +0800 Subject: [PATCH] Update openssl.sh --- plugins/php/versions/common/openssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/versions/common/openssl.sh b/plugins/php/versions/common/openssl.sh index 6b48eb774..8df727e28 100755 --- a/plugins/php/versions/common/openssl.sh +++ b/plugins/php/versions/common/openssl.sh @@ -42,7 +42,7 @@ Install_lib() fi # cd ${rootPath}/plugins/php/lib && /bin/bash openssl_10.sh - if [ "$version" -lt "80" ];then + if [ "$version" -lt "81" ];then cd ${rootPath}/plugins/php/lib && /bin/bash openssl_10.sh fi @@ -65,7 +65,7 @@ Install_lib() # openssl_version=`pkg-config openssl --modversion` # export PKG_CONFIG_PATH=$serverPath/lib/openssl10/lib/pkgconfig - if [ "$version" -lt "80" ];then + if [ "$version" -lt "81" ];then export PKG_CONFIG_PATH=$serverPath/lib/openssl10/lib/pkgconfig fi