From 1fe9ece22712c9f1f276ab69c53a4468d1f0b06b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 18:53:36 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/status.inc b/inc/status.inc index 80bad060..be9571f9 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -844,6 +844,7 @@ STATUS_SCANTIMES(){ lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes) lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2) + echo "HERE: ${LAST} = $(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes)" scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes) longest_scantime=0 IFS=$'\n'