From: rhatto Date: Wed, 31 Jan 2007 23:45:16 +0000 (+0000) Subject: simplaret: more file retrieval enhancements X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f7a7f074f020b429e916c0c9fa89f865f01ccdbc;p=simplepkg.git simplaret: more file retrieval enhancements git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@141 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/src/simplaret b/src/simplaret index 7a68b48..add9be8 100755 --- a/src/simplaret +++ b/src/simplaret @@ -99,7 +99,7 @@ function simplaret_download { if [ "$HTTP_TOOL" == "wget" ]; then wget $wget_timeout $wget_verbose $1/$2 -O $3/$file elif [ "$HTTP_TOOL" == "curl" ]; then - curl $curl_timeout $1/$2 > $3/$file + curl $curl_timeout $curl_verbose $1/$2 > $3/$file else echo $BASENAME: error: invalid value for config variable HTTP_TOOL: $HTTP_TOOL echo $BASENAME: please check your config file $CONF