wget parameter to resume downloads
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user