chore: move the cleaning of temporary patches to right place

pull/788/head
RocFang 4 years ago
parent 7e1cf985cf
commit 9e28b30d73

@ -448,8 +448,6 @@ if [ "$answer" = "Y" ]; then
fi
fi
rm -f *.patch || exit 1
answer=`$root/util/ver-ge "$main_ver" 1.17.8`
if [ "$answer" = "Y" ]; then
answer=`$root/util/ver-ge "$main_ver" 1.21.0`
@ -515,6 +513,8 @@ echo
cp $root/html/index.html docs/html/ || exit 1
cp $root/html/50x.html docs/html/ || exit 1
rm -f *.patch || exit 1
cd .. || exit 1
cp $root/patches/nginx-$main_ver-no_pool.patch ./nginx-no_pool.patch || exit 1

Loading…
Cancel
Save