From a9ca160cb5beee2830ff3c9ab309538daff0174b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 May 2021 21:16:04 -0500 Subject: [PATCH] Update pihole-sync --- pihole-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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