summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/Flash/scripts/upgrade4
1 files changed, 4 insertions, 0 deletions
diff --git a/rescue/Flash/scripts/upgrade b/rescue/Flash/scripts/upgrade
index 798ee01d0..8ba8e5bc4 100755
--- a/rescue/Flash/scripts/upgrade
+++ b/rescue/Flash/scripts/upgrade
@@ -223,5 +223,9 @@ if ! doit; then
exit 1
fi
+echo "Congratulations! Your Mandriva Flash system is now upgraded."
+echo -n "Please press ENTER to finish: "
+read READY
+
cleanup
exit 0