Update status.inc
This commit is contained in:
@@ -935,7 +935,7 @@ STATUS_SCANTIMES(){
|
||||
scantime=$(echo "${scan}" | cut -d '~' -f 2)
|
||||
scanrun=$(echo "${scan}" | cut -d '~' -f 3)
|
||||
echo -en "${idsCL[White]} ${scandate} (${scantime}s) ${idsCL[Yellow]}$(SHOW_TIME ${scantime} s) "
|
||||
if [ ${scanrun} -eq 1]; then
|
||||
if [ ${scanrun} -eq 1 ]; then
|
||||
echo "<-- Replication Run"
|
||||
else
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user