From fb2810557a2e5d42d18d01d6595ac77f693aacb0 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sun, 29 Jul 2018 16:09:03 -0700 Subject: [PATCH] Allow web user group to access regex.list Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 6ea66554..7b38df31 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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,