From 7cc60b56c81f798972c46eaaa5427388831c4bc6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Nov 2022 20:35:42 -0600 Subject: [PATCH] Update pihole-sync --- pihole-sync | 2 -- 1 file changed, 2 deletions(-) diff --git a/pihole-sync b/pihole-sync index ffaec53..a0b85bd 100755 --- a/pihole-sync +++ b/pihole-sync @@ -176,8 +176,6 @@ pull () { if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) != *"10.10.10.11"* ]]; then cp $localdomains_list $dnsmasq_dir fi - echo $(/sbin/ip -o -4 addr list br0 | awk '{print $4}' | cut -d/ -f1) - echo $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) sqlite3 $gravity_db "DROP TABLE adlist;" sqlite3 $gravity_db -header -csv ".import adlist.csv adlist" sqlite3 $gravity_db "DROP TABLE domainlist;"