wget parameter to resume downloads
This commit is contained in:
parent
3fbb60e9e7
commit
f34d9db925
@ -21,5 +21,5 @@ mkdir -p $TARGET_DIR
|
||||
for file in $DUMP_LIST; do
|
||||
url="${BASE_URL}/${VERSION}/$file"
|
||||
|
||||
wget --directory-prefix=$TARGET_DIR $url
|
||||
wget -c --directory-prefix=$TARGET_DIR $url
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user