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