Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-04 08:27:59 -06:00
parent 378608e7dc
commit 0e5612d573

View File

@@ -1405,8 +1405,8 @@ SERVICE(){
}
HAPROXY-CONFIG() {
echo -e "${idsCL[LightGreen]}Creating HAProxy Config Files${idsCL[Default]}"
echo -e "${idsCL[LightGreen]}-------------------------------------------${idsCL[Default]}"
echo -e "${idsCL[Yellow]}Creating HAProxy Config Files${idsCL[Default]}"
DIVIDER false yellow
if [[ "${NODESERVICES_CHECK}" = *"haproxy"* ]]; then
nid=1
for nip in "${NODE_HOSTS[@]}"; do