diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-30 15:02:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-30 15:02:48 +0000 |
commit | 1a7529ff057cff3304d836a3b5699870d309e7af (patch) | |
tree | d75b2ecf7b5b76150f58dabc68afbb00ee9846e0 | |
parent | 9721cb17b9e51b391b89f5d9a69b856efcb9f04d (diff) | |
download | drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.gz drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.bz2 drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.xz drakx-1a7529ff057cff3304d836a3b5699870d309e7af.zip |
move congratulations message after umount
-rwxr-xr-x | rescue/Flash/scripts/upgrade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rescue/Flash/scripts/upgrade b/rescue/Flash/scripts/upgrade index 932350af4..f4bd6d14b 100755 --- a/rescue/Flash/scripts/upgrade +++ b/rescue/Flash/scripts/upgrade @@ -233,8 +233,9 @@ if ! doit; then exit 1 fi +cleanup + echo "Congratulations! Your Mandriva Flash system is now upgraded." echo -cleanup exit 0 |