summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-30 15:02:48 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-30 15:02:48 +0000
commit1a7529ff057cff3304d836a3b5699870d309e7af (patch)
treed75b2ecf7b5b76150f58dabc68afbb00ee9846e0 /rescue
parent9721cb17b9e51b391b89f5d9a69b856efcb9f04d (diff)
downloaddrakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar
drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.gz
drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.bz2
drakx-1a7529ff057cff3304d836a3b5699870d309e7af.tar.xz
drakx-1a7529ff057cff3304d836a3b5699870d309e7af.zip
move congratulations message after umount
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/Flash/scripts/upgrade3
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