From b5cf1fc024e9328bf4a11862f486d2f9b233109a Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Tue, 12 Jul 2005 04:07:40 +0000 Subject: add exit on ok button --- perl-install/standalone/draknfs | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index 97d61aab4..04e516d5a 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -130,6 +130,7 @@ sub write_conf { foreach my $a (@listshare) { append_to_file($CONF, "$a->{dir} $a->{access}($a->{right}) $a->{options}\n"); } + ugtk2->exit; } my $help_access; -- cgit v1.2.1