change wording depending on choice
This commit is contained in:
parent
42c93917ef
commit
5792fc0bef
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue