From 4f45de3f52c201bf9697f7dcc554cdbf6be21f6f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 12 Jan 2004 11:45:20 +0000 Subject: exit once delete interface wizard has ended instead of then running the std add wizard... --- perl-install/standalone/drakconnect | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 11d821bab..08a18acd5 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -434,6 +434,7 @@ sub del_intf() { }; require wizards; wizards->new->safe_process($wiz, $in); + $in->exit(0); } -- cgit v1.2.1