Allow web user group to access regex.list

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/2315/head
Dan Schaper 6 years ago committed by GitHub
parent 57af0ba0a4
commit fb2810557a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1239,7 +1239,7 @@ installConfigs() {
# Install an empty regex file
if [[ ! -f "${regexFile}" ]]; then
# Let PHP edit the regex file, if installed
install -o pihole -g "${LIGHTTPD_GROUP:-pihole}" -m 644 /dev/null "${regexFile}"
install -o pihole -g "${LIGHTTPD_GROUP:-pihole}" -m 664 /dev/null "${regexFile}"
fi
# If the user chose to install the dashboard,

Loading…
Cancel
Save