Merge pull request #1309 from pi-hole/new/FTLChronometer

Remove duplicated line
This commit is contained in:
DL6ER 2017-03-08 13:27:11 +01:00 committed by GitHub
commit 708067e875

View file

@ -70,7 +70,6 @@ normalChrono() {
#uptime -p #Doesn't work on all versions of uptime
uptime | awk -F'( |,|:)+' '{if ($7=="min") m=$6; else {if ($7~/^day/) {d=$6;h=$8;m=$9} else {h=$6;m=$7}}} {print d+0,"days,",h+0,"hours,",m+0,"minutes."}'
echo "-------------------------------"
domain=$(GetFTLData recentBlocked)
echo "Recently blocked:"
echo " $domain"