Browse Source

Remove one-line for stats

expose_links
Drew Short 4 years ago
parent
commit
ae3d29d06b
  1. 2
      assets/out

2
assets/out

@ -80,7 +80,7 @@ for destination in $destinations; do
rclone_target="${rclone_destination}/${rclone_destination_subdir}"
echo "Target: ${rclone_target}"
rclone copy "${rclone_source}" "${rclone_target}" --config /opt/rclone/config/.rclone.conf --size-only --progress --stats-one-line --stats=2s
rclone copy "${rclone_source}" "${rclone_target}" --config /opt/rclone/config/.rclone.conf --size-only --progress --stats=2s
done
jq -n "{

Loading…
Cancel
Save