summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'pi-hole-server.install')
-rw-r--r--pi-hole-server.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pi-hole-server.install b/pi-hole-server.install
index 124dadc8193d..661ab196beb2 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -6,7 +6,7 @@ post_install() {
echo -e "\e[1;33m==>\e[0m Read setup instructions at \e[1;36mhttps://wiki.archlinux.org/index.php/Pi-hole\e[0m"
echo -e "\e[1;33m==>\e[0m Generating initial block list, please wait...\e[0m"
chown -R http:http /srv/http/pihole
- chown pihole:pihole /etc/pihole
+ chown nobody:nobody /etc/pihole
/opt/pihole/mimic_setupVars.conf.sh
# update lists on first run
@@ -23,7 +23,7 @@ post_upgrade() {
[ -e /etc/pihole/.useIPv6 ] && rm /etc/pihole/.useIPv6
# update owner of existing dir
- chown pihole:pihole /etc/pihole
+ chown nobody:nobody /etc/pihole
# warning