Update nodemgmt-scripts.sh
This commit is contained in:
@@ -802,9 +802,9 @@ NODEUPDATE() {
|
|||||||
echo -en "Updating ${NODE}${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : "
|
echo -en "Updating ${NODE}${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : "
|
||||||
|
|
||||||
if ! ${NCMD} command -v nodemgmt > /dev/null; then
|
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
|
else
|
||||||
${NCMD} "nodemgmt update q" >/dev/null 2>&1
|
${NCMD} "nodemgmt update q"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -en "${idsCL[Green]}COMPLETE${idsCL[Default]} ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : "
|
echo -en "${idsCL[Green]}COMPLETE${idsCL[Default]} ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : "
|
||||||
|
|||||||
Reference in New Issue
Block a user