mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 17:13:17 +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() {
|
||||
# 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
|
||||
Manual "" off)
|
||||
webServer=$("${chooseWebServerCmd[@]}" "${chooseWebServerOptions[@]}" 2>&1 >/dev/tty)
|
||||
|
|
Loading…
Reference in a new issue