Update nodemgmt-scripts.sh

This commit is contained in:
2023-07-04 11:22:43 -05:00
parent ee4b3b1674
commit dfd02e84e1

View File

@@ -802,7 +802,7 @@ 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)"
else
${NCMD} "nodemgmt update q"
fi