Merge pull request #3226 from MichaIng/patch-6

Do not add pihole user to web server group
pull/3306/head
DL6ER 4 years ago committed by GitHub
commit c0cf8dba87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save