From f53520a5abae26b3e7511777baabf72597a50aa3 Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Thu, 10 Sep 2009 10:25:58 +0200 Subject: [PATCH 1/1] modify wget parameter to only try once to download given config --- autoconfig.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 8097a2d..3c594cf 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -1799,7 +1799,7 @@ config_netconfig(){ CONFIGFILE='/tmp/netconfig.grml' getconfig() { - wget --timeout=10 --dns-timeout=10 --connect-timeout=10 \ + wget --timeout=10 --dns-timeout=10 --connect-timeout=10 --tries=1 \ --read-timeout=10 $CONFIG -O $CONFIGFILE && return 0 || return 1 } einfo "Trying to get ${WHITE}${CONFIG}${NORMAL}" -- 2.1.4