Update status.inc
This commit is contained in:
@@ -936,9 +936,9 @@ 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) "
|
||||||
if [ ${scanrun} -eq 1 ]; then
|
if [ ${scanrun} -eq 1 ]; then
|
||||||
echo "<-- Replication Run"
|
echo -n "<-- Replication Run"
|
||||||
else
|
else
|
||||||
echo
|
echo -n
|
||||||
fi
|
fi
|
||||||
echo -e "${idsCL[Default]}"
|
echo -e "${idsCL[Default]}"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user