From 7683c5056a74ce4074940c3f96ad2db1bcf624ed Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 30 Nov 2007 09:59:10 +0000 Subject: fix last stupid error --- sh/net.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sh/net.sh b/sh/net.sh index 93a04025..0a043d43 100755 --- a/sh/net.sh +++ b/sh/net.sh @@ -426,7 +426,8 @@ _load_config() { else if [ -z "$1" ]; then ewarn "No configuration specified; defaulting to DHCP" - config="dhcp" + config_0="dhcp" + config_index=1 fi fi -- cgit v1.2.3