Allow web user group to access regex.list

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2018-07-29 16:09:03 -07:00 committed by GitHub
parent 57af0ba0a4
commit fb2810557a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,