Browse Source

Remove size only restriction for link copying

master
Drew Short 4 years ago
parent
commit
9d0af0a5e6
  1. 2
      assets/out
  2. 2
      tag

2
assets/out

@ -176,7 +176,7 @@ if (( ${#file_links[@]} )); then
rclone_link_target="${rclone_link_destination}/${rclone_link_destination_subdir}"
fi
echo "Link Target: ${rclone_link_target}"
rclone copy ${links_json_file} ${rclone_link_target} --size-only --progress --stats=2s
rclone copy ${links_json_file} ${rclone_link_target} --progress --stats=2s
fi
cat "${links_json_file}"
jq -n "{

2
tag

@ -1 +1 @@
1.3.0
1.3.1
Loading…
Cancel
Save