From 85089c5f5c353e68d6132fb14a931b243087a28d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 17:29:21 -0500 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 bcdc5d01..0fc47fce 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -757,7 +757,7 @@ NODEUPDATE() { fi if [ "${2}" != "sync" ]; then - c=0; cw=24; spca=''; spc1=${cw}-7; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done + c=0; cw=22; 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]} : " ssh -tq root@${nmip} "nodemgmt update q" >/dev/null 2>&1 echo -e "${idsCL[Green]}Updated${idsCL[Default]}"