diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4e4febc6..6a9a0587 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -335,7 +335,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]} : " - if [ "$(${NM_SCRIPT} betacheck)" == "false" ] && ${NMCMD} "nodemgmt update q" || echo -e "Skipping BETA Update" + [ "$(${NM_SCRIPT} betacheck)" == "false" ] && ${NMCMD} "nodemgmt update q" || echo -e "Skipping BETA Update" fi echo