summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index d60f5ef8..6c185b85 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -379,6 +379,7 @@ sub do_install_3 () {
$mainw->set_focus($quit_button);
},
need_restart => sub {
+ return if $gurpmi::options{auto};
my ($need_restart_formatted) = @_;
my $w = Gtk2::MessageDialog->new($mainw, [qw(modal destroy-with-parent)], 'warning', 'ok',
join("\n", values %$need_restart_formatted)