diff options
-rwxr-xr-x | perl-install/standalone/draknet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/draknet b/perl-install/standalone/draknet index 13bd1f99f..722502cfa 100755 --- a/perl-install/standalone/draknet +++ b/perl-install/standalone/draknet @@ -192,6 +192,7 @@ Try to reconfigure your connection.") ); } $in->ask_warn('', $up ? _("The connection is not closed. Try to do it manually by running /etc/sysconfig/network-scripts/net_cnx_down in root.") : _("The system is now disconnected.") ); } + update(); }); $table1->attach($button2, 2, 3, 2, 3, 'fill', 'fill',0,0); |