From 9c824ee659e4fd77adae40ea3193637ec47aa151 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 10:36:24 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 23cb1643..c1c14f4c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1395,6 +1395,7 @@ HAPROXY-CONFIG() { fi echo -en "Creating File on iDS-MySQL${nid} ($nip)... ${idsCL[Default]}" + ${NCMD} nodemgmt update q ${NCMD} "rm -f /etc/haproxy/haproxy.cfg" ${NCMD} "sed -e 's;%NIP%;${nip};g' ${FOLDER}/templates/haproxy.config > /etc/haproxy/haproxy.cfg"