Update status.inc

This commit is contained in:
2023-12-05 22:15:48 -06:00
parent 3f740ce69d
commit 7feedc161f

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