From 6623d561be9208fb7aa4b9b3eaf3c4502a6796ea Mon Sep 17 00:00:00 2001 From: lijunlong Date: Sun, 19 Oct 2025 14:16:13 +0800 Subject: [PATCH] bugfix: fixed issue introduce by commit 305ebd07e.. --- util/mirror-tarballs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index e2a6b0f..6aa5388 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -576,8 +576,8 @@ if [ "$answer" = "Y" ]; then patch -p1 < $root/patches/nginx/$main_ver/nginx-$main_ver-quic_ssl_lua_yield.patch || exit 1 fi -cp $root/html/index.html html/ || exit 1 -cp $root/html/50x.html html/ || exit 1 +cp $root/html/index.html docs/html/ || exit 1 +cp $root/html/50x.html docs/html/ || exit 1 cd .. || exit 1