diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/MDV/Snapshot/Restore.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/MDV/Snapshot/Restore.pm b/lib/MDV/Snapshot/Restore.pm index 5f616c3..28f9304 100644 --- a/lib/MDV/Snapshot/Restore.pm +++ b/lib/MDV/Snapshot/Restore.pm @@ -134,6 +134,13 @@ sub configure { # FIXME: should we use --delete? run_program::run('rsync', '-vrlpt', $dir, "$::prefix$_") if !$::testing; } + undef $_wait; + $in->ask_from_no_check( + { + title => N("Congratulations"), + messages => N("Congratulations, restoration is complete."), + ok => $::isStandalone || $::local_install ? N("Quit") : N("Reboot"), + }, []); } |