summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdownload2
1 files changed, 1 insertions, 1 deletions
diff --git a/download b/download
index 9a54e7c009cf..6e8762a00ee4 100755
--- a/download
+++ b/download
@@ -131,7 +131,7 @@ downloaditem()
if [ ! -f "../$2" ]; then
echo $2
if [ ! -z "$wget" ]; then
- $wget --progress=dot:mega -N $1/$2 2>&1 | tee -a $logfile
+ $wget --progress=dot:mega -Q 0 -P "." -l 0 -nd -nH -N $1/$2 2>&1 | tee -a $logfile
else
echo fetching $2
$curl $file_date_check -O $1/$2 2>&1 | tee -a $logfile