Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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]} : "
|
||||
|
||||
Reference in New Issue
Block a user