From 32772f7db919815d0c453f865047e53f63b6d71c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 1 Dec 2024 18:46:54 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/defaults.inc b/defaults.inc index cba4b325..57063f97 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.3.17a-12012024' +VERS='5.3.18-12012024' NM_BETA=false noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix ' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 00bd1492..f7aa8dd9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -793,9 +793,6 @@ RUN_COMMAND(){ fi fi - echo "NODETYPE2= '${nodetype}'" - echo "RUNCMD= '${RUNCMD}'" - for NTYPE in "${NTS[@]}"; do echo -e "${idsST[Bold]}"; DIVIDER echo -e "${idsCL[Yellow]} ${NM_NODETYPES[$NTYPE]}-Nodes to run command { \`${RUNCMD}\` }${idsCL[Default]}" @@ -807,8 +804,8 @@ RUN_COMMAND(){ fi echo -e " ${idsST[Bold]}${idsCL[LightCyan]}${NM_HOSTNAMES[${nip}]}[${nip}]${idsST[Reset]}${idsCL[LightCyan]} ${idsCL[LightYellow]}${LH}${idsCL[Default]}" DIVIDER false green - echo "Running command: ${NCMD} ${RUNCMD}" - #${NCMD} "${RUNCMD}" + # echo "Running command: ${NCMD} ${RUNCMD}" + ${NCMD} "${RUNCMD}" DIVIDER false green echo done