From 275c8f78156b7a06212d0a5287553dc29180420a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 10:40:46 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0de72cb8..c1037be3 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1395,11 +1395,11 @@ HAPROXY-CONFIG() { fi echo -en "Creating File on iDS-MySQL${nid} ($nip)... ${idsCL[Default]}" - ${NCMD} nodemgmt update q + ${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" - echo -e "${idsCL[Red]}COMPLETE${idsCL[Default]}" + echo -e "${idsCL[Green]}COMPLETE${idsCL[Default]}" nid=`expr $nid + 1` done fi