From 2edac68daf943e64532631c8bbe02c0e23969554 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 20:00:47 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 54eae00e..9a84bed1 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -352,7 +352,7 @@ NODEUPDATE() { nip='localhost ' fi NCMD="ssh -tq root@${nip}" - NODE=${NM_HOSTNAMES[${nip}]}[${nip}] + NODE="${NM_HOSTNAMES[${nip}]} [${nip}]" c=0; spca=''; spc1=${cw}-${#NODE}; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done echo -en "Updating ${NODE}${spca}"