Update status.inc

This commit is contained in:
2023-12-05 22:07:00 -06:00
parent e19481d471
commit 3f740ce69d

View File

@@ -785,7 +785,7 @@ STATUS_SCANTIMES(){
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last '${LAST}' scans ... "
lastscansnum=20
lastscansnum=15
last_scantimes=($(tail -n ${lastscansnum} ${NM_LOGFOLDER}/status-check.scantimes))
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)