From 553989307880242d3fbae0d213db6ca11b270930 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 29 Nov 2024 22:48:27 -0600 Subject: [PATCH] Update status.inc --- inc/status.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/status.inc b/inc/status.inc index 6c5d2930..5bff45ee 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -1053,8 +1053,8 @@ STATUS_SCANTIMES(){ echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) " [ ${scanrun} -eq 1 ] && echo -n "<-- Replication Run " [ ${scanrun} -eq 2 ] && echo -n "<-- Replication & Clean Run " - [ ${scanrun} -eq 0 ] && [ ${scantime} -ge 60 ] && echo -en "${idsCL[LightRed]} " - [ ${scanrun} -gt 0 ] && [ ${scantime} -ge 80 ] && echo -en "${idsCL[LightRed]} " + [ ${scanrun} -eq 0 ] && [ ${scantime} -gt 60 ] && echo -en "${idsCL[LightRed]} " + [ ${scanrun} -gt 0 ] && [ ${scantime} -gt 70 ] && echo -en "${idsCL[LightRed]} " echo -e "${idsCL[Default]}" fi done