From 801f09bc017d52b881a7e732eb309b41a5bb9ad0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 14:55:25 -0600 Subject: [PATCH] Update pihole-sync --- pihole-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole-sync b/pihole-sync index 2f8728e..37fe514 100755 --- a/pihole-sync +++ b/pihole-sync @@ -58,7 +58,7 @@ elif [ -f "/etc/pihole/my-pihole-sync/pihole-sync" ]; then else personal_git_dir='/usr/local/bin/my-pihole-sync' fi -git_branch="${GIT_BRANCH:-master}" +git_branch="${GIT_BRANCH:-main" pihole_dir="${PIHOLE_DIR:-/etc/pihole}" gravity_db="${GRAVITY_DB:-/etc/pihole/gravity.db}" dnsmasq_dir="${DNSMASQ_DIR:-/etc/dnsmasq.d}"