diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index c66c9f41..37ad59a4 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -336,10 +336,6 @@ NODEUPDATE() { 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]} : " ${NMCMD} "nodemgmt update q" - - echo -en " ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : " - ${NMCMD} "runup runup" >/dev/null 2>&1 - echo -e "${idsCL[Green]}Updated${idsCL[Default]}" fi echo @@ -364,18 +360,8 @@ NODEUPDATE() { ${NMCMD} rsync -az ${NM_FOLDER}/conf/defaults.local.inc ${NM_FOLDER}/conf/ssl-domain-checks.conf root@${nip}:${NM_FOLDER}/conf/ & >/dev/null 2>&1 echo -e "${idsCL[Green]}Installed & Synced${idsCL[Default]}" else - # echo shhh ${NCMD} "nodemgmt update q" fi - - echo -en " ~ ${idsCL[LightCyan]}LinUPx${idsCL[Default]} : " - if ! ${NCMD} command -v runup > /dev/null; then - ${NCMD} bash <(curl -sL https://go.scity.us/install-linupx) >/dev/null 2>&1 - else - ${NCMD} "runup runup" >/dev/null 2>&1 - fi - echo -e "${idsCL[Green]}Updated${idsCL[Default]}" - else nmdiv=$(${NMCMD} ls -l --time-style=+%s ${NM_FOLDER}/conf/defaults.local.inc | cut -d ' ' -f 6) nmsdc=$(${NMCMD} ls -l --time-style=+%s ${NM_FOLDER}/conf/ssl-domain-checks.conf | cut -d ' ' -f 6)