Update status.inc
This commit is contained in:
@@ -1009,6 +1009,7 @@ STATUS_SCANTIMES(){
|
|||||||
scanrun=$(echo "${scan}" | cut -d '~' -f 3)
|
scanrun=$(echo "${scan}" | cut -d '~' -f 3)
|
||||||
echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) "
|
echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) "
|
||||||
[ ${scanrun} -eq 1 ] && echo -n "<-- Replication Run "
|
[ ${scanrun} -eq 1 ] && echo -n "<-- Replication Run "
|
||||||
|
[ ${scanrun} -eq 2 ] && echo -n "<-- Replication & Clean Run "
|
||||||
[ ${scantime} -ge 60 ] && echo -n "<-- Long Run"
|
[ ${scantime} -ge 60 ] && echo -n "<-- Long Run"
|
||||||
echo -e "${idsCL[Default]}"
|
echo -e "${idsCL[Default]}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user