fix the echoed message when applying ssl_client_hello_cb_yield.patch

This commit is contained in:
RocFang 2021-11-23 18:57:33 +08:00
parent 7e1cf985cf
commit 3f4d8ed574
1 changed files with 1 additions and 1 deletions

View File

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