Browse Source

Fixed links destination quotation error

master
Drew Short 4 years ago
parent
commit
a7d3b3e086
  1. 2
      assets/out

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} --size-only --progress --stats=2s
fi
cat "${links_json_file}"
jq -n "{

Loading…
Cancel
Save