diff options
-rwxr-xr-x | src/simplaret | 2 |
1 files changed, 1 insertions, 1 deletions
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 |