This commit is contained in:
2023-12-06 23:20:31 -06:00
parent c61edee621
commit a3c96d1bdd
2 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VERS='5.1.2-12062023'
VERS='5.1.3-12062023'
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 '

View File

@@ -1,10 +1,8 @@
#!/usr/bin/env bash
STATUS(){
start=`date +%s`
PRI_CW=40;
ST_ACTION=${1}
[ "${ST_ACTION}" == "sync" ] && ST_ACTION=repl
start=$(date +%s)
log_start=$(date "+%Y-%m-%d %H:%M:%S")
PRI_CW=40
declare -i cw; declare -i spc1; declare -i c
if [ "${NM_NODETYPES[${ST_ACTION^^}]}" != "" ]; then
@@ -14,6 +12,7 @@ STATUS(){
else
ntss=""
ntypesel=(${NM_NODE_TYPES[@]})
[ "${1}" == "sync" ] && ST_ACTION=repl || ST_ACTION=${1}
fi
############################
@@ -402,7 +401,7 @@ It was down for $(SHOW_TIME $(expr $(date +%s) - $(stat -c %Y ${NM_TMPFOLDER}/${
end=`date +%s`
runtime=$((end-start))
echo -e "Runtime: ${runtime}\n"
[ "${ST_ACTION}" == "report" ] && echo "$(date "+%Y-%m-%d %H:%M:%S")~${runtime}" >> ${NM_LOGFOLDER}/status-check.scantimes
[ "${ST_ACTION}" == "report" ] && echo "${log_start}~${runtime}" >> ${NM_LOGFOLDER}/status-check.scantimes
}
STATUS_NODE(){