Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-04 11:23:34 -05:00
parent dfd02e84e1
commit b02ef14366

View File

@@ -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)"
${NCMD} "bash <(curl -sL https://go.scity.us/install-nodemgmt)" >/dev/null 2>&1
else
${NCMD} "nodemgmt update q"
${NCMD} "nodemgmt update q" >/dev/null 2>&1
fi
echo -en "${idsCL[Green]}COMPLETE${idsCL[Default]} ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : "