Update status.inc

This commit is contained in:
2024-01-07 15:26:56 -06:00
parent 934e56be1c
commit 2b2dcd2a76

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 '${LAST}' scans ... "
echo -en "${idsCL[Yellow]}Pulling data and calculating average scan times for the last '$(IDS_NUMBER_FORMAT ${LAST})' scans ... "
lastscantime=$(tail -n 1 ${NM_LOGFOLDER}/status-check.scantimes)
lastscantime=$(echo "${lastscantime}" | cut -d '~' -f 2)