1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Remove duplicated line

This commit is contained in:
DL6ER 2017-03-08 12:09:34 +01:00
parent e0e9ebbe74
commit 8235b18854
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

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"