From d0f0400862fdc761c927110182cbcc7e46915367 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Mar 2019 12:45:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6fe58f27..dc0f4642 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1383,7 +1383,6 @@ SERVICE(){ HAPROXY-CONFIG() { echo -e "${idsCL[LightGreen]}Creating HAProxy Config Files${idsCL[Default]}" echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}" - nid=1 if [[ "${NODESERVICES_CHECK}" = *"${1}"* ]]; then for nip in "${NODE_HOSTS[@]}"; do @@ -1403,9 +1402,7 @@ HAPROXY-CONFIG() { nid=`expr $nid + 1` done fi - SERVICE haproxy reload - echo "" echo -e "${idsCL[Green]}HAProxy Config Files have been created.${idsCL[Default]}" echo ""