We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce1ddc commit a1d99efCopy full SHA for a1d99ef
bash_functions.sh
@@ -27,7 +27,7 @@ prepare_configs() {
27
# Also similar to preflights for FTL https://github.com/pi-hole/pi-hole/blob/master/advanced/Templates/pihole-FTL.service
28
chown pihole:root /etc/lighttpd
29
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"
+ chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.conf"
31
if [[ -e "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db" ]]; then
32
chown pihole:pihole "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"
33
chmod 644 "${PI_HOLE_CONFIG_DIR}/pihole-FTL.db"
0 commit comments