This commit is contained in:
2024-12-01 18:46:54 -06:00
parent b4871b873d
commit 32772f7db9
2 changed files with 3 additions and 6 deletions

View File

@@ -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 '

View File

@@ -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