Update status.inc

This commit is contained in:
2023-12-05 22:05:46 -06:00
parent 1c52f8f130
commit e19481d471

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=30
lastscansnum=20
last_scantimes=($(tail -n ${lastscansnum} ${NM_LOGFOLDER}/status-check.scantimes))
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)