Update status.inc

This commit is contained in:
2024-01-09 18:55:35 -06:00
parent bc8e20f16d
commit 87e27b07b3

View File

@@ -844,7 +844,6 @@ STATUS_SCANTIMES(){
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)
lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2)
echo "HERE: ${LAST}"
scantimes=$(tail -n ${LAST} ${NM_LOGFOLDER}/status-check.scantimes)
longest_scantime=0
IFS=$'\n'