From db69532ddeff84819c65a36095d898b73a921acc Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 12:12:23 +0800 Subject: [PATCH] Update openssl.sh --- plugins/php/versions/common/openssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/versions/common/openssl.sh b/plugins/php/versions/common/openssl.sh index d6583329f..2813eff2a 100755 --- a/plugins/php/versions/common/openssl.sh +++ b/plugins/php/versions/common/openssl.sh @@ -35,7 +35,7 @@ fi Install_lib() { if [ "$version" -lt "70" ];then - bash $curPath/openssl_low_version.sh $1 $2 + bash $curPath/openssl_low_version.sh $actionType $version return fi