From b9ea41c283069f2add3d6da73d119c74c4dadfc6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 17:38:53 -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 bac058dd..437e2bcf 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -791,7 +791,7 @@ NODEUPDATE() { ssh -tq root@${nmip} rsync -az ${NM_FOLDER}/defaults.local.inc root@${nip}:${NM_FOLDER}/ >/dev/null 2>&1 echo -e "${idsCL[Green]}Installed & Synced${idsCL[Default]}" else - ${NCMD} "nodemgmt update" + ${NCMD} "nodemgmt update q" # ${NCMD} "nodemgmt update q" >/dev/null 2>&1 # echo -e "${idsCL[Green]}Updated${idsCL[Default]}" fi