Update install.sh

pull/865/head
dami 10 hours ago
parent 91f75c60c6
commit 58fbd9c581
  1. 4
      plugins/openresty/versions/1.29.2/install.sh

@ -191,6 +191,10 @@ Install_openresty()
rm -rf $openrestyDir/openresty-${VERSION}
fi
if [ -d $openrestyDir/zstd-nginx-module-master ];then
rm -rf $openrestyDir/zstd-nginx-module-master
fi
# if [ -d $openrestyDir/ngx_brotli ];then
# rm -rf $openrestyDir/ngx_brotli
# fi

Loading…
Cancel
Save