|
|
@ -167,7 +167,7 @@ if (( ${#file_links[@]} )); then |
|
|
|
rclone_link_destination_subdir="" |
|
|
|
if [ -n "$rclone_link_destination_subdir_file" ]; then |
|
|
|
echo "Looking in ${source}/${rclone_link_destination_subdir_file} for subdir to use" |
|
|
|
rclone_destination_subdir=$(head -n 1 < "${source}/${rclone_link_destination_subdir_file}") |
|
|
|
rclone_link_destination_subdir=$(head -n 1 < "${source}/${rclone_link_destination_subdir_file}") |
|
|
|
fi |
|
|
|
|
|
|
|
if [[ -z "${rclone_link_destination_subdir}" ]]; then |
|
|
|