From 90d00d0d9a8556dcb5d26d36d92d6a2b6bac0bcb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 19 Feb 2025 23:11:07 +0800 Subject: [PATCH 1/2] Update install.sh --- plugins/openresty/versions/1.27.1/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/versions/1.27.1/install.sh b/plugins/openresty/versions/1.27.1/install.sh index 5567b2e646..3f87abed3f 100644 --- a/plugins/openresty/versions/1.27.1/install.sh +++ b/plugins/openresty/versions/1.27.1/install.sh @@ -114,7 +114,7 @@ Install_openresty() fi - if [[ "$VERSION" =~ "1.25.3" ]]; then + if [[ "$VERSION" =~ "1.25.3" ]] || [[ "$VERSION" =~ "1.27.1" ]];; then OPTIONS="${OPTIONS} --with-http_v3_module" if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then From d13adc707e9495921afcb3f6f9a7aa25f84d8929 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 19 Feb 2025 23:15:18 +0800 Subject: [PATCH 2/2] Update install.sh --- plugins/openresty/versions/1.27.1/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/openresty/versions/1.27.1/install.sh b/plugins/openresty/versions/1.27.1/install.sh index 3f87abed3f..468c8643d6 100644 --- a/plugins/openresty/versions/1.27.1/install.sh +++ b/plugins/openresty/versions/1.27.1/install.sh @@ -114,7 +114,7 @@ Install_openresty() fi - if [[ "$VERSION" =~ "1.25.3" ]] || [[ "$VERSION" =~ "1.27.1" ]];; then + if [[ "$VERSION" =~ "1.25.3" ]] || [[ "$VERSION" =~ "1.27.1" ]];then OPTIONS="${OPTIONS} --with-http_v3_module" if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then