From b78ddf7eff1d826a7e05f28eaf38544c60b26011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 18 Apr 2025 04:00:59 +0800 Subject: [PATCH] fix: html folder path --- util/mirror-tarballs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/mirror-tarballs b/util/mirror-tarballs index fe37208..582bf8c 100755 --- a/util/mirror-tarballs +++ b/util/mirror-tarballs @@ -563,8 +563,8 @@ if [ "$answer" = "Y" ]; then patch -p1 < $root/patches/nginx-$main_ver-stream_proxy_protocol_v2.patch || exit 1 fi -cp $root/html/index.html docs/html/ || exit 1 -cp $root/html/50x.html docs/html/ || exit 1 +cp $root/html/index.html html/ || exit 1 +cp $root/html/50x.html html/ || exit 1 cd .. || exit 1