Update install.sh

pull/620/head
Mr Chen 10 months ago
parent 16892d474e
commit c1a1e80185
  1. 2
      plugins/openresty/install.sh

@ -130,7 +130,7 @@ Install_openresty()
fi fi
OPTIONS="${OPTIONS} --with-openssl=${openrestyDir}/openssl-${opensslVersion}" OPTIONS="${OPTIONS} --with-openssl=${openrestyDir}/openssl-${opensslVersion}"
if [ "$VERSION" == "1.25.3.1" ]; then if [[ "$VERSION" =~ "1.25.3" ]]; then
OPTIONS="${OPTIONS} --with-http_v3_module" OPTIONS="${OPTIONS} --with-http_v3_module"
if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then if [ ! -f ${openrestyDir}/libressl-${libresslVersion}.tar.gz ];then

Loading…
Cancel
Save