From d8a2b0cdc0ba40c68a464214d7a2b8ab5fc926bd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 31 May 2021 21:14:50 -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 6624fa2..e955d44 100755 --- a/pihole-sync +++ b/pihole-sync @@ -93,7 +93,7 @@ pull_initialize () { # 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 # Stop DNS server $SUDO service pihole-FTL stop