Skip to content
Snippets Groups Projects
Commit d87f0da3 authored by Ugo Albanese's avatar Ugo Albanese Committed by Viktor Vorobev
Browse files

Merged in haproxy_restart (pull request #103)

[NRRPLT-8902] Restart haproxy when changing running mode

* [NRRPLT-8902] Restart haproxy when changing running mode


Approved-by: Viktor Vorobev
parent 596bd5be
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,9 @@ esac
if [ -z $no_restart ] || [ "$no_restart" != "no_restart" ]; then
# alias cle-reverse-proxies
$HOME/.local/etc/init.d/nginx restart
$HOME/.local/etc/init.d/haproxy restart
fi
if [ $needs_source -eq 1 ]; then
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment