summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
authormax.bra2017-12-11 22:52:24 +0100
committermax.bra2017-12-11 22:52:24 +0100
commitf5a9e715ebd79c44f3003f128af61c0352088088 (patch)
tree4cddd6131e82a6f6f6ce504ac8fde350e9824942 /pi-hole-server.install
parent3e4b5cefb79f5555f05f2f6b10a18277c92b3f70 (diff)
downloadaur-f5a9e715ebd79c44f3003f128af61c0352088088.tar.gz
recursive error
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 439188c2752c..4114ed3eca30 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 -R pihole:pihole /etc/pihole
+ chown pihole:pihole /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 -R pihole:pihole /etc/pihole
+ chown pihole:pihole /etc/pihole
warning