From bc8e20f16df494aec004fff75d821e49f497452a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 9 Jan 2024 18:54:08 -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 be9571f9..b75377d3 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -844,7 +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)" + echo "HERE: ${LAST}" scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes) longest_scantime=0 IFS=$'\n'