From ccf0b070b0dc82fa15acec5513c5db7950d4ec6a Mon Sep 17 00:00:00 2001 From: dami Date: Tue, 31 Mar 2026 23:17:08 +0800 Subject: [PATCH] Update install.sh --- plugins/openresty/versions/1.29.2/install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/openresty/versions/1.29.2/install.sh b/plugins/openresty/versions/1.29.2/install.sh index 656223e74..2959fdfb1 100644 --- a/plugins/openresty/versions/1.29.2/install.sh +++ b/plugins/openresty/versions/1.29.2/install.sh @@ -175,6 +175,10 @@ Install_openresty() if [ -d $openrestyDir/openresty-${VERSION} ];then rm -rf $openrestyDir/openresty-${VERSION} fi + + # if [ -d $openrestyDir/ngx_brotli ];then + # rm -rf $openrestyDir/ngx_brotli + # fi echo 'Installation of Openresty completed' }