wget parameter to resume downloads

remotes/origin/pick_iso_codes
Luis Bosque 9 years ago
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…
Cancel
Save