From d06918c0e3e28a77e6755bba102fc769c473f9ce Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 14 Nov 2023 19:19:25 -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 b8322172..6fcd990f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -333,7 +333,7 @@ NODEUPDATE() { if [ "${2}" != "sync" ]; then c=0; cw=24; spca=''; spc1=${cw}-7; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done - echo -en "Updating Node-Manager[$nmip]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " + echo -en "Updating Node-Manager[${NM_NODEMANAGER}]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " ${NMCMD} "nodemgmt update q" # echo -en " ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : "