From 58c3f8ed5c60666639bf0002c2ce874278efd1a7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 25 Dec 2023 11:49:00 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 687c8fc0..1d36b955 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -412,7 +412,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" - [ "${STATUS_ACTION}" == "report" ] && echo "${log_start}~${runtime}" >> ${NM_LOGFOLDER}/status-check.scantimes + [ "${STATUS_ACTION}" == "report" ] && echo "${log_start}~${runtime}~${REPLRUN}" >> ${NM_LOGFOLDER}/status-check.scantimes } STATUS_NODE(){