From ee4b3b1674b552e04190e7ccc81b07fe64bdd445 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 4 Jul 2023 11:16:53 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index dba09f5f..f302065c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -802,9 +802,9 @@ NODEUPDATE() { echo -en "Updating ${NODE}${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : " if ! ${NCMD} command -v nodemgmt > /dev/null; then - ${NCMD} bash <(curl -sL https://go.scity.us/install-nodemgmt) >/dev/null 2>&1 + ${NCMD} bash <(curl -sL https://go.scity.us/install-nodemgmt) else - ${NCMD} "nodemgmt update q" >/dev/null 2>&1 + ${NCMD} "nodemgmt update q" fi echo -en "${idsCL[Green]}COMPLETE${idsCL[Default]} ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : "