change: introduce a new patch for privileged agent process connections. (#751)

This commit is contained in:
wangyao
2021-07-19 18:34:46 +08:00
committed by GitHub
parent 174f72b95c
commit c93ef77262
4 changed files with 129 additions and 20 deletions

View File

@ -126,6 +126,13 @@ if [ "$answer" = "Y" ]; then
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.19.3`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the privileged-agent-process-connections patch"
patch -p1 < $root/patches/nginx-$main_ver-privileged_agent_process_connections.patch || exit 1
echo
fi
answer=`$root/util/ver-ge "$main_ver" 1.11.2`
if [ "$answer" = "Y" ]; then
echo "$info_txt applying the single-process-graceful-exit patch"