From b09f97d5a416176f86f920398f5890143c02053e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 6 Oct 2024 11:22:30 -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 c8b6944..429db46 100755 --- a/pihole-sync +++ b/pihole-sync @@ -51,7 +51,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" ########################################################################### # CONSTANTS -personal_git_dir='/usr/local/bin/kp-pihole-sync' +personal_git_dir='/opt/kp-pihole-sync' git_branch="${GIT_BRANCH:-main}" pihole_dir="${PIHOLE_DIR:-/etc/pihole}" gravity_db="${GRAVITY_DB:-/etc/pihole/gravity.db}"