remove spaces from update bool set

pull/625/head
Promofaux 8 years ago
parent cc157def63
commit f54828352d

@ -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
}

Loading…
Cancel
Save