Update status.inc

This commit is contained in:
2023-12-05 22:16:29 -06:00
parent 7feedc161f
commit 65ae3fcfc8

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