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;"