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