From d43a996a2ebc3ccad130dc553fdf2fe9575ea985 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 8 Aug 2023 23:05:35 -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 27a6b8b6..3f974e21 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -331,7 +331,7 @@ NODEUPDATE() { fi if [ "${2}" != "sync" ]; then - c=0; cw=22; spca=''; spc1=${cw}-7; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done + 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]} : " ssh -tq root@${nmip} "nodemgmt update q"