From 50645c2924d8eb92f8b0e4a3dec5fdd762ba617f Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 24 Dec 2024 02:19:37 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Adam Warner Co-authored-by: RD WebDesign Signed-off-by: Dominik --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index fc2b28ef..13606758 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -2305,8 +2305,8 @@ disableLighttpd() { if [[ -t 0 ]]; then # The terminal is interactive dialog --no-shadow --keep-tite \ - --title "Pi-hole v6.0 does no longer need lighttpd" \ - --yesno "Pi-hole v6.0 has its own embedded web server so lighttpd is no longer needed *unless* you have custom configurations. In this case, you can opt-out of disabling lighttpd and pihole-FTL will try to bind to an alternative port such as 8080.\\n\\nDo you want to disable lighttpd (recommended)?" "${r}" "${c}" + --title "Pi-hole v6.0 no longer uses lighttpd" \ + --yesno "\\n\\nPi-hole v6.0 has its own embedded web server so lighttpd is no longer needed *unless* you have custom configurations.\\n\\nIn this case, you can opt-out of disabling lighttpd and pihole-FTL will try to bind to an alternative port such as 8080.\\n\\nDo you want to disable lighttpd (recommended)?" "${r}" "${c}" response=$? else # The terminal is non-interactive, assume yes. Lighttpd will be stopped