diff options
| author | mberezhnoy <mberezhnoy@productengine.com> | 2013-08-21 18:56:11 +0300 | 
|---|---|---|
| committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-08-21 18:56:11 +0300 | 
| commit | 15e59b81b0f1117384d2400619f3460dafbb7a3f (patch) | |
| tree | 33e2c5f8635465a2046838e9abeeacb0fa5bd193 /indra/viewer_components/updater/scripts/linux | |
| parent | 10419d802f88e7636a6ca45c6025b7e19b3ca3c7 (diff) | |
| parent | 82bf4e4db2bdb9effdf64e9edaa76a78913e25d3 (diff) | |
merge
Diffstat (limited to 'indra/viewer_components/updater/scripts/linux')
| -rwxr-xr-x | indra/viewer_components/updater/scripts/linux/update_install | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/viewer_components/updater/scripts/linux/update_install b/indra/viewer_components/updater/scripts/linux/update_install index a9df9042fd..03089f192e 100755 --- a/indra/viewer_components/updater/scripts/linux/update_install +++ b/indra/viewer_components/updater/scripts/linux/update_install @@ -69,8 +69,11 @@ then # zenity on PATH and is executable           # clear any previous message           clear_message           # put up a new zenity box and capture its pid -         "$zenpath" --info --title "Second Life Viewer Updater" \ -                    --width=320 --height=120 --text="$*" & +##       "$zenpath" --info --title "Second Life Viewer Updater" \ +##                  --width=320 --height=120 --text="$*" & +         # MAINT-2333: use bouncing progress bar +         "$zenpath" --progress --pulsate --no-cancel --title "Second Life Viewer Updater" \ +                    --width=320 --height=120 --text "$*" </dev/null &           statuspid=$!       }  | 
