fixed the patch file name to be more consistent with other patches.

This commit is contained in:
Yichun Zhang (agentzh) 2018-09-17 20:21:09 -07:00
parent 17384566bb
commit a245ff1644
2 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ if [ "$answer" = "Y" ]; then
patch -p1 < $root/patches/nginx-$main_ver-resolver_conf_parsing.patch || exit 1
echo
echo "$info_txt applying the daemon-destroy-pool patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-daemon-destroy-pool.patch || exit 1
echo "$info_txt applying the daemon_destroy_pool patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-daemon_destroy_pool.patch || exit 1
echo
fi