From f02f156120775e0fec3bfb9fb04595698db58c41 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 16 Dec 2023 21:16:08 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/status.inc b/inc/status.inc index 6a7c4e6a..b990dee2 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -867,7 +867,7 @@ STATUS_SCANTIMES(){ [ -f ${NM_LOGFOLDER}/status-check.scantimes ] && last_scancheck=$(date -d @$(stat -c %Y ${NM_LOGFOLDER}/status-check.scantimes) "+%Y-%m-%d %H:%M:%S") || last_scancheck="" echo -en "\r\033[K" - echo -e "${idsCL[LightCyan]}Scan Type #ofScans Average Scantime${idsCL[Default]}" + echo -e "${idsCL[LightCyan]}Scan Type Scans Average Scantime${idsCL[Default]}" DIVIDER . lightCyan 60 echo -e "${idsCL[Green]}Average for last ${scansfound} : ${idsCL[LightGreen]}(${average}s)${spct}${idsCL[Green]}${average_disp}${idsCL[Default]}" DIVIDER . lightCyan 60