From e363bfd942ea2f229b7ec6f38aa72f75e36f1e25 Mon Sep 17 00:00:00 2001 From: ryt51V Date: Sun, 28 Feb 2016 09:32:19 +0000 Subject: [PATCH] Dialog wording. --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 27976b8d..e8e9e6cd 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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)