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