bugfix: echoed the wrong message when applying ssl_client_hello_cb_yield.patch (#789)

pull/795/head
RocFang 3 years ago committed by GitHub
parent 7e1cf985cf
commit 0c2d10af40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -481,7 +481,7 @@ fi
answer=`$root/util/ver-ge "$main_ver" 1.19.9`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the ssl_sess_cb_yield.patch patch to nginx"
echo "$info_txt applying the ssl_client_hello_cb_yield.patch patch to nginx"
patch -p1 < $root/patches/nginx-$main_ver-ssl_client_hello_cb_yield.patch
echo
fi

Loading…
Cancel
Save