Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-04 17:33:26 -05:00
parent 6e7bbdbea3
commit 54c5912ee1

View File

@@ -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]}"