|
|
@ -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}" |
|
|
|