mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
fixed the patch file name to be more consistent with other patches.
This commit is contained in:
@ -66,8 +66,8 @@ if [ "$answer" = "Y" ]; then
|
|||||||
patch -p1 < $root/patches/nginx-$main_ver-resolver_conf_parsing.patch || exit 1
|
patch -p1 < $root/patches/nginx-$main_ver-resolver_conf_parsing.patch || exit 1
|
||||||
echo
|
echo
|
||||||
|
|
||||||
echo "$info_txt applying the daemon-destroy-pool patch for nginx"
|
echo "$info_txt applying the daemon_destroy_pool patch for nginx"
|
||||||
patch -p1 < $root/patches/nginx-$main_ver-daemon-destroy-pool.patch || exit 1
|
patch -p1 < $root/patches/nginx-$main_ver-daemon_destroy_pool.patch || exit 1
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user