mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-02-17 17:04:07 +00:00
Dialog wording.
This commit is contained in:
parent
f5080337a0
commit
e363bfd942
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ setStaticIPv4() {
|
||||||
|
|
||||||
function chooseWebServer() {
|
function chooseWebServer() {
|
||||||
# Allow the user to choose the web server they wish to use.
|
# Allow the user to choose the web server they wish to use.
|
||||||
chooseWebServerCmd=(whiptail --separate-output --radiolist "Pi-hole will automatically configure the lighttpd web server for you. Alternatively, if you prefer, pi-hole can use a web server that you have previously manually configured yourself.\n\n(If you are unsure, choose lighttpd.)" $r $c 2)
|
chooseWebServerCmd=(whiptail --separate-output --radiolist "Pi-hole will automatically configure the lighttpd web server for you.\n\nAlternatively, if you prefer, pi-hole can use a web server that you have previously manually configured yourself.\n\n(If you are unsure, choose lighttpd.)" $r $c 2)
|
||||||
chooseWebServerOptions=(lighttpd "" on
|
chooseWebServerOptions=(lighttpd "" on
|
||||||
Manual "" off)
|
Manual "" off)
|
||||||
webServer=$("${chooseWebServerCmd[@]}" "${chooseWebServerOptions[@]}" 2>&1 >/dev/tty)
|
webServer=$("${chooseWebServerCmd[@]}" "${chooseWebServerOptions[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
Loading…
Add table
Reference in a new issue