mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #3226 from MichaIng/patch-6
Do not add pihole user to web server group
This commit is contained in:
commit
c0cf8dba87
1 changed files with 0 additions and 2 deletions
|
@ -1962,8 +1962,6 @@ installPihole() {
|
|||
# Repair permissions if /var/www/html is not world readable
|
||||
chmod a+rx /var/www
|
||||
chmod a+rx /var/www/html
|
||||
# Give pihole access to the Web server group
|
||||
usermod -a -G ${LIGHTTPD_GROUP} pihole
|
||||
# Give lighttpd access to the pihole group so the web interface can
|
||||
# manage the gravity.db database
|
||||
usermod -a -G pihole ${LIGHTTPD_USER}
|
||||
|
|
Loading…
Reference in a new issue