From 3f4d8ed574478aefaf66eb43e30ac42357dda946 Mon Sep 17 00:00:00 2001 From: RocFang Date: Tue, 23 Nov 2021 18:57:33 +0800 Subject: [PATCH] fix the echoed message when applying ssl_client_hello_cb_yield.patch --- util/mirror-tarballs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index 8aa4209..851445c 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -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