mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-23 12:59:47 +00:00
change wording depending on choice
This commit is contained in:
parent
42c93917ef
commit
5792fc0bef
1 changed files with 2 additions and 2 deletions
|
@ -896,11 +896,11 @@ update_dialogs(){
|
|||
if [[ $? = 0 ]];then
|
||||
case ${UpdateCmd} in
|
||||
${opt1a})
|
||||
echo "::: Updating existing install"
|
||||
echo "::: $opt1a option selected."
|
||||
useUpdateVars=true
|
||||
;;
|
||||
${opt2a})
|
||||
echo "::: Running complete install script"
|
||||
echo "::: $opt2a option selected"
|
||||
useUpdateVars=false
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue