Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-04 11:16:53 -05:00
parent ef3df90ab9
commit ee4b3b1674

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) >/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]} : "