From 7ff574cb92e5ec9d8a46d450395b1ad9101feef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 19 May 2024 16:09:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20OpenResty=20pcre2=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/openresty/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/openresty/install.sh b/scripts/openresty/install.sh index 6e5b5c41..db212213 100644 --- a/scripts/openresty/install.sh +++ b/scripts/openresty/install.sh @@ -112,7 +112,7 @@ fi 7z x pcre2-10.43.7z rm -f pcre2-10.43.7z rm -f pcre2-10.43.7z.checksum.txt -mv pcre2-10.42 pcre2 +mv pcre2-10.43 pcre2 # ngx_cache_purge wget -T 20 -t 3 -O ngx_cache_purge-2.3.tar.gz ${downloadUrl}/modules/ngx_cache_purge-2.3.tar.gz