From fcdf16ce0ecf13287ec3bb4ae76dcd05968e31ca Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 26 Jan 2024 11:10:59 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 383d0a5d..d8f1ee90 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -317,12 +317,12 @@ NODEUPDATES() { [ "${RUN_NODE_TYPE}" == "nm" ] && NMCMD="" || NMCMD="ssh -tq -o ConnectTimeout=1 -o ConnectionAttempts=1 root@${NM_NODEMANAGER}" betacheck=$(BETACHECK) - if [ "${2}" != "sync" ]; then - 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 + # if [ "${2}" != "sync" ]; then + # 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