extra args

This commit is contained in:
Leif Johansson 2018-02-11 23:52:43 +01:00
parent 294ab5e36f
commit 40e3219998

View file

@ -17,4 +17,4 @@ mkdir -p $target && (
wget $WGET_ARGS "$base/$idx_obj" && jq -r '.links[].href' < "$idx_obj" | wget $WGET_ARGS -i -
)
rsync -az --delete $dir/ $target/
rsync -az $RSYNC_ARGS --delete $dir/ $target/