diff options
author | Roy Marples <roy@marples.name> | 2007-11-30 09:59:10 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-30 09:59:10 +0000 |
commit | 7683c5056a74ce4074940c3f96ad2db1bcf624ed (patch) | |
tree | 08e21eda33e6e5999128ae902b4212ad051fddb0 /sh/net.sh | |
parent | a6d8b76876ac744e019aa7b172ffee3e75b93d1c (diff) |
fix last stupid error
Diffstat (limited to 'sh/net.sh')
-rwxr-xr-x | sh/net.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |