Update status.inc

This commit is contained in:
2024-01-09 18:53:36 -06:00
parent 939c320f6b
commit 1fe9ece227

View File

@@ -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'