From bd84f937192318bb55725e9f06bdfde217653d89 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Mar 2024 14:57:02 -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 37fe514..b0001bf 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:-main" +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}"