From 69e9272a9163cf58c9d073cd66165b85e2b1e415 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 8 Jan 2022 17:30:22 +0000 Subject: [PATCH] Missed a reference removal in 2567ab99406cac265db06e53a25086031b929b5d Signed-off-by: Adam Warner --- bash_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_functions.sh b/bash_functions.sh index ec741fe..c1c71d6 100644 --- a/bash_functions.sh +++ b/bash_functions.sh @@ -27,7 +27,7 @@ prepare_configs() { # Also similar to preflights for FTL https://github.com/pi-hole/pi-hole/blob/master/advanced/Templates/pihole-FTL.service chown pihole:root /etc/lighttpd chown pihole:pihole "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" "/var/log/pihole" - chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db" + chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" if [[ -e "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db" ]]; then chown pihole:pihole "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db" chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"