1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

remove spaces from update bool set

This commit is contained in:
Promofaux 2016-08-19 22:42:04 +01:00
parent cc157def63
commit f54828352d

View File

@ -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 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" echo "::: Updating existing install selected"
useUpdateVars = true useUpdateVars=true
fi fi
} }