We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54499f commit e5f8337Copy full SHA for e5f8337
scripts/cloudupload.script
@@ -49,7 +49,7 @@ find "${local_decrypt_dir}" -type f -print0 | xargs -0 stat --format '%Y :%y %n'
49
done
50
51
# Copy file to remote destination[s], retaining path
52
- rclone copy $rclone_options "$@" "$n" "$(printenv RCLONE_CLOUD_ENDPOINT)${destpath}" >/dev/null 2>&1
+ rclone copy $rclone_options "$@" "$n" "${rclone_cloud_endpoint}${destpath}" >/dev/null 2>&1
53
54
fileSize=$(du -sb "$n" | awk '{print $1}')
55
addedSize=$((addedSize + fileSize))
0 commit comments