From ee38b310325a10119c1de0f8be7bd9082b36b3b8 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 23:24:10 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e93a2a3a..18470cb6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -337,6 +337,7 @@ NODEUPDATES() { c=0; spca=''; spc1=${cw}-25; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done echo -en "Updating Node-Manager[${NM_NODEMANAGER}]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " [ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || ${NMCMD} "nodemgmt update q" + echo fi echo