1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 04:30:55 +00:00

Requested changes.

Co-authored-by: MichaIng <micha@dietpi.com>

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2022-07-05 00:06:12 -07:00 committed by GitHub
parent 72fcdb128a
commit a39c470f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1268,9 +1268,9 @@ setAdminFlag() {
--title "Web Server" \ --title "Web Server" \
--yesno "\\n\\nA web server is required for the Admin Web Interface.\ --yesno "\\n\\nA web server is required for the Admin Web Interface.\
\\n\\nDo you want to install lighttpd and the required PHP modules?\ \\n\\nDo you want to install lighttpd and the required PHP modules?\
\\n\\nNB: If you disable this, and, do not have an existing web server\ \\n\\nNB: If you disable this, and, do not have an existing web server \
and required PHP modules (${php_modules# }) installed, the web interface\ and required PHP modules (${php_modules# }) installed, the web interface \
will not function. Additionally the web server user needs to be member of\ will not function. Additionally the web server user needs to be member of \
the \"pihole\" group for full functionality." \ the \"pihole\" group for full functionality." \
"${r}" "${c}" && result=0 || result=$? "${r}" "${c}" && result=0 || result=$?