diff options
Diffstat (limited to 'src/util.sh')
-rw-r--r-- | src/util.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.sh b/src/util.sh index 98af40b..501da96 100644 --- a/src/util.sh +++ b/src/util.sh @@ -1,7 +1,7 @@ #!/bin/sh download_file() { - curl ${CURL_OPTS} -o $1 -w "%{http_code}" $2 2> /dev/null + curl ${CURL_OPTS} -o $1 -w "%{http_code}" $2 2>> ${LOG_FILE} } # this function is broken |