diff --git a/inc/status.inc b/inc/status.inc index a8f2f592..e2789100 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 '${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)