From 36e49b3e15d13c88e73961cd39f4418422abb0cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Dec 2024 22:25:13 -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 59c89e5d..ad7ed72c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -797,7 +797,7 @@ RUN_COMMAND(){ fi for NTYPE in "${NTS[@]}"; do echo -e "${idsST[Bold]}"; DIVIDER - echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes to run command { \`${RUNCMD}\` }${idsCL[Default]}" + echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes to run command { \`${idsCL[Default]}${RUNCMD}${idsCL[Yellow]}\` }${idsCL[Default]}" DIVIDER; echo -e "${idsST[Reset]}" NT_HOSTS=${NTYPE}_HOSTS[@] for nip in "${!NT_HOSTS}"; do @@ -808,7 +808,7 @@ RUN_COMMAND(){ NCMD="ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${nip}" LH='' fi - echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[LightCyan]} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" + echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" DIVIDER false green if [ ! -f /tmp/nmg.run.${nip} ]; then