mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
remove --defaultyes from update whiptail
This commit is contained in:
parent
8fc83655ab
commit
cc157def63
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ View the web interface at http://pi.hole/admin or http://${IPv4addr%/*}/admin" $
|
||||||
|
|
||||||
updateDialogs(){
|
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?" --defaultyes ${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
|
||||||
|
|
Loading…
Reference in a new issue