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

pull/403/head
Yichun Zhang (agentzh) 6 years ago
parent 17384566bb
commit a245ff1644

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

Loading…
Cancel
Save