From cc157def632101913ab360a66ecee9384389df48 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 19 Aug 2016 22:40:27 +0100 Subject: [PATCH] remove --defaultyes from update whiptail --- 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 a4a12c4a..e8ae5a76 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -874,7 +874,7 @@ View the web interface at http://pi.hole/admin or http://${IPv4addr%/*}/admin" $ updateDialogs(){ - if (whiptail --title "Existing Install detected" --yesno "We have detected you are installing over the top of an existing install.\n\n\nWould you like update?" --defaultyes ${r} ${c}); then + if (whiptail --title "Existing Install detected" --yesno "We have detected you are installing over the top of an existing install.\n\n\nWould you like update?" ${r} ${c}); then echo "::: Updating existing install selected" useUpdateVars = true fi