From 10daf86056182d8ce2ef640769b827ea6847b384 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Dec 2023 22:33:13 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index d23bb4d8..dfdd5666 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -768,7 +768,11 @@ STATUS_SCANTIMES(){ esac shift done - + [ "${LAST}" == "" ] && LAST=480 + scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes) + for scantime in "${scantimes[@]}"; do + echo "HERE: $scantime" + done }