Update status.inc

This commit is contained in:
2024-01-07 15:27:48 -06:00
parent 2b2dcd2a76
commit de645f48f6

View File

@@ -840,7 +840,7 @@ STATUS_SCANTIMES(){
done
[ "${LAST}" == "" ] && LAST=${scandefault}
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last '$(IDS_NUMBER_FORMAT ${LAST})' scans ... "
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last ${idsCL[LightYellow]}$(IDS_NUMBER_FORMAT ${LAST}) scans ${idsCL[Yellow]}... "
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)
lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2)