From a88f48ecc14f52eb9eabd62c521372a7093b16dd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 22 Jul 2003 21:49:26 +0000 Subject: fix back step --- perl-install/standalone/drakgw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakgw') diff --git a/perl-install/standalone/drakgw b/perl-install/standalone/drakgw index 96a9b5b01..118f14ddd 100755 --- a/perl-install/standalone/drakgw +++ b/perl-install/standalone/drakgw @@ -210,7 +210,7 @@ Examples: ippp+ for a isdn connection. ", $card_netconnect), [ { label => N("Net Device"), val => \$card_netconnect, type => 'entry' } ]) - or goto step_warning_already_conf; + or goto step_ask_confirm; my @cards = grep { log::l("[drakgw] Have network card: $_"); -- cgit v1.2.1