diff --git a/inc/status.inc b/inc/status.inc index e2789100..2614d302 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -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)