Update install.sh

This commit is contained in:
dami 2026-03-31 23:17:08 +08:00
parent a9536cccd1
commit ccf0b070b0
1 changed files with 4 additions and 0 deletions

View File

@ -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'
}