mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
remove spaces from update bool set
This commit is contained in:
parent
cc157def63
commit
f54828352d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue