From 9dca207153facfa49fdce1130664ae6a6342db13 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Nov 2022 20:34:14 -0600 Subject: [PATCH] Update pihole-sync --- pihole-sync | 1 - 1 file changed, 1 deletion(-) diff --git a/pihole-sync b/pihole-sync index 517d538..ffaec53 100755 --- a/pihole-sync +++ b/pihole-sync @@ -110,7 +110,6 @@ pull_initialize () { 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 - # Overwrite local database tables sqlite3 $gravity_db "DROP TABLE adlist;"