mirror of
https://github.com/openresty/openresty.git
synced 2026-03-13 09:20:35 +08:00
bugfix: fixed issue introduce by commit 305ebd07e..
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user