diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94baccd --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.test* \ No newline at end of file diff --git a/assets/out b/assets/out index bd1ac08..1d21f1a 100644 --- a/assets/out +++ b/assets/out @@ -40,4 +40,4 @@ fi rclone_source="local:${source}/${rclone_source_directory}" rclone_target="${rclone_destination}${rclone_destination_subdir}" -rclone copy "${rclone_source}" "${rclone_target}" \ No newline at end of file +rclone copy "${rclone_source}" "${rclone_target}" --config /opt/rclone/config/.rclone.conf \ No newline at end of file