change wording depending on choice

This commit is contained in:
Promofaux 2016-10-16 17:23:26 +01:00
parent 42c93917ef
commit 5792fc0bef
1 changed files with 2 additions and 2 deletions

View File

@ -896,11 +896,11 @@ update_dialogs(){
if [[ $? = 0 ]];then if [[ $? = 0 ]];then
case ${UpdateCmd} in case ${UpdateCmd} in
${opt1a}) ${opt1a})
echo "::: Updating existing install" echo "::: $opt1a option selected."
useUpdateVars=true useUpdateVars=true
;; ;;
${opt2a}) ${opt2a})
echo "::: Running complete install script" echo "::: $opt2a option selected"
useUpdateVars=false useUpdateVars=false
;; ;;
esac esac