mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
bug I forgot to fix before piholeUpdate was merged to development
This commit is contained in:
parent
8c0f860601
commit
42c93917ef
1 changed files with 2 additions and 2 deletions
|
@ -895,11 +895,11 @@ update_dialogs(){
|
|||
|
||||
if [[ $? = 0 ]];then
|
||||
case ${UpdateCmd} in
|
||||
Update)
|
||||
${opt1a})
|
||||
echo "::: Updating existing install"
|
||||
useUpdateVars=true
|
||||
;;
|
||||
Install)
|
||||
${opt2a})
|
||||
echo "::: Running complete install script"
|
||||
useUpdateVars=false
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue