bug I forgot to fix before piholeUpdate was merged to development
This commit is contained in:
@ -895,11 +895,11 @@ update_dialogs(){
|
|||||||
|
|
||||||
if [[ $? = 0 ]];then
|
if [[ $? = 0 ]];then
|
||||||
case ${UpdateCmd} in
|
case ${UpdateCmd} in
|
||||||
Update)
|
${opt1a})
|
||||||
echo "::: Updating existing install"
|
echo "::: Updating existing install"
|
||||||
useUpdateVars=true
|
useUpdateVars=true
|
||||||
;;
|
;;
|
||||||
Install)
|
${opt2a})
|
||||||
echo "::: Running complete install script"
|
echo "::: Running complete install script"
|
||||||
useUpdateVars=false
|
useUpdateVars=false
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user