diff --git a/pihole-sync b/pihole-sync index e955d44..014fc09 100755 --- a/pihole-sync +++ b/pihole-sync @@ -162,7 +162,7 @@ pull () { echo 'Remote Git repo is different than local Pi-hole lists. Updating local lists...'; # Remove -q option if you don't want to run in "quiet" mode git fetch --all -q - git reset --hard origin/master -q + git reset --hard origin/main -q $SUDO service pihole-FTL stop cp $custom_list $pihole_dir cp $cname_list $dnsmasq_dir