Browse Source

Fixed non default args list

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

2
assets/out

@ -73,7 +73,7 @@ for destination in $destinations; do
rclone_destination_subdir_file=$(_jq '.subdir // ""')
rclone_dedupe=$(_jq '.dedupe // "false"')
rclone_dedupe_mode=$(_jq '.dedupeMode // "newest"')
rclone_args=$(_jq '.args? | join(" ")')
rclone_args=$(_jq '.args // [] | join(" ")')
echo "Destination: $rclone_destination"
echo "Destination subdir file: ${rclone_destination_subdir_file}"

Loading…
Cancel
Save