Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-03 23:17:28 -06:00
parent 07deb731b7
commit 1f87c3f9c6

View File

@@ -336,7 +336,7 @@ NODEUPDATES() {
if [ "${2}" != "sync" ]; then
c=0; spca=''; spc1=${cw}-25; until [ $c = ${spc1} ]; do spca="${spca} "; c=`expr $c + 1`; done
echo -en "Updating Node-Manager[${NM_NODEMANAGER}]${spca} ~ ${idsCL[LightCyan]}NodeMGMT${idsCL[Default]} : "
[ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || ${NMCMD} "nodemgmt update q"
[ "${betacheck}" == "true" ] && echo -e "Skipping BETA Update" || ${NMCMD} "nodemgmt update"
fi
echo
@@ -389,7 +389,7 @@ NODEUPDATE(){
elif [ ${noup} -eq 1 ]; then
echo -e "${idsCL[Green]}Already Installed${idsCL[Default]}"
else
${NCMD} "nodemgmt update q"
${NCMD} "nodemgmt update"
fi
else
echo -en " ~ ${idsCL[LightCyan]}Sync Shared Nodemgmt Defaults${idsCL[Default]} : "