fix: html folder path

pull/1045/head
耗子 3 weeks ago
parent a6097d4edc
commit b78ddf7eff
No known key found for this signature in database
GPG Key ID: C964D7226D045DAA

@ -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

Loading…
Cancel
Save