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.
2 parents 5f9523a + b9ebb05 commit 50be364Copy full SHA for 50be364
automated install/basic-install.sh
@@ -1400,6 +1400,9 @@ installConfigs() {
1400
1401
# If the user chose to install the dashboard,
1402
if [[ "${INSTALL_WEB_SERVER}" == true ]]; then
1403
+ # set permissions on /etc/lighttpd/lighttpd.conf so pihole user (other) can read the file
1404
+ chmod o+x /etc/lighttpd
1405
+ chmod o+r "${lighttpdConfig}"
1406
if grep -q -F "FILE AUTOMATICALLY OVERWRITTEN BY PI-HOLE" "${lighttpdConfig}"; then
1407
# Attempt to preserve backwards compatibility with older versions
1408
install -D -m 644 -T ${PI_HOLE_LOCAL_REPO}/advanced/${LIGHTTPD_CFG} "${lighttpdConfig}"
0 commit comments