From 54c5912ee165043b3ba80c5c30dbda3a18358532 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 17:33:26 -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 cfcfb341..5ebd0779 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -759,7 +759,7 @@ NODEUPDATE() { if [ "${2}" != "sync" ]; then 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" + ssh -tq root@${nmip} "nodemgmt update q" # ssh -tq root@${nmip} "nodemgmt update q" >/dev/null 2>&1 # echo -e "${idsCL[Green]}Updated${idsCL[Default]}"