Update status.inc

This commit is contained in:
2024-11-29 22:47:12 -06:00
parent 15abf25276
commit 95492fb70b

View File

@@ -1053,7 +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 "
[ ${scantime} -ge 60 ] && echo -en "${idsCL[LightRed]} <!!--[LONG RUN]--!!>"
[ ${scanrun} -eq 0 ] && [ ${scantime} -ge 60 ] && echo -en "${idsCL[LightRed]} <!!--[LONG RUN]--!!>"
[ ${scanrun} -gt 0 ] && [ ${scantime} -ge 80 ] && echo -en "${idsCL[LightRed]} <!!--[LONG RUN]--!!>"
echo -e "${idsCL[Default]}"
fi
done