Skip to content

Commit a1d99ef

Browse files
PromoFauxedgd1er
authored andcommitted
Missed a reference removal in 2567ab9
Signed-off-by: Adam Warner <[email protected]>
1 parent 1ce1ddc commit a1d99ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ prepare_configs() {
2727
# Also similar to preflights for FTL https://github.com/pi-hole/pi-hole/blob/master/advanced/Templates/pihole-FTL.service
2828
chown pihole:root /etc/lighttpd
2929
chown pihole:pihole "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" "/var/log/pihole"
30-
chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf" "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"
30+
chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf"
3131
if [[ -e "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db" ]]; then
3232
chown pihole:pihole "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"
3333
chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"

0 commit comments

Comments
 (0)