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

This commit is contained in:
RocFang 2021-11-29 23:56:07 +08:00 committed by GitHub
parent 7e1cf985cf
commit 0c2d10af40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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