From 918170227fcbcb7107fb365dd5dcf93af709d21f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 20 Sep 2004 07:00:39 +0000 Subject: (add_device_wizard) default to automatic detection --- perl-install/standalone/drakups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakups') diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups index 747516d62..05881fe7c 100755 --- a/perl-install/standalone/drakups +++ b/perl-install/standalone/drakups @@ -65,7 +65,7 @@ sub add_device_wizard { auto => N("Connected through a serial port or an usb cable"), manual => N("Manual configuration"), ); - my $method = $methods{manual}; + my $method = $methods{auto}; $wiz = { #defaultimage => "logdrake.png", # FIXME name => N("Add an UPS device"), -- cgit v1.2.1