From 22607083dc63eab733b53c3a17d463884a4a4c56 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 10:38:16 -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 2feb82a2..ce467348 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -825,8 +825,8 @@ MAINTENANCE_MODE(){ PH_CMD="ssh root@${!PH}" var2=${NTYPE}_HOSTS[@] for nip in "${!hosts}"; do - echo -e " ${idsCL[LightCyan]}${NM_HOSTNAMES[${!PH}]}[${!PH}] <--> ${idsST[Bold]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[Default]}" - DIVIDER . lightCyan 52 + echo -e " ${idsCL[Green]}${NM_HOSTNAMES[${!PH}]}[${!PH}] <--> ${idsST[Bold]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[Default]}" + DIVIDER . green 52 for rcheck in "${!repls}"; do if [ ${item_number} -lt 10 ]; then isel=" ${item_number})"; elif [ ${item_number} -lt 100 ]; then isel=" ${item_number})"; else isel=" ${item_number})"; fi c=0; spc=''; spc1=`expr ${PRI_CW} - ${#NM_REPL_DESC[${rcheck}]}`; until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done