bug I forgot to fix before piholeUpdate was merged to development

This commit is contained in:
Promofaux 2016-10-16 17:19:44 +01:00
parent 8c0f860601
commit 42c93917ef

View file

@ -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
;;