From 7eb43a0b47d3d61b7fa386ce66a6fe5467643b6b Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 19 Aug 2016 23:21:07 +0100 Subject: [PATCH] Expand update dialog text --- 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 f1568983..9bba93c0 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -920,7 +920,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?" ${r} ${c}); then + if (whiptail --title "Existing Install detected" --yesno "We have detected you are installing over the top of an existing install.\n\nIf you would like to update, select yes.\n\n If you would like to run the complete setup again, select no." ${r} ${c}); then echo "::: Updating existing install selected" useUpdateVars=true fi