Merge "Fix external Load Balancer deployment"

This commit is contained in:
Jenkins 2016-11-16 02:30:11 +00:00 committed by Gerrit Code Review
commit b7cfa7f7b8
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ if [[ -d "$RESTART_FOLDER" && -n $(pcmk_running) && -n $(is_bootstrap_node) ]];
fi
haproxy_status=$(systemctl is-active haproxy)
if [ "$haproxy_status" = "active" ]; then
if [ $(systemctl is-active haproxy) = "active" ]; then
systemctl reload haproxy
fi