Update install.sh

pull/709/head
Mr Chen 3 months ago
parent 90d00d0d9a
commit d13adc707e
  1. 2
      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

Loading…
Cancel
Save