From f54828352d3441f80355a1a1110001195d52450a Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 19 Aug 2016 22:42:04 +0100 Subject: [PATCH] remove spaces from update bool set --- 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 e8ae5a76..f9341206 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -876,7 +876,7 @@ 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 echo "::: Updating existing install selected" - useUpdateVars = true + useUpdateVars=true fi }