Skip to content

Commit

Permalink
fix path args
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jan 24, 2024
1 parent 87db059 commit 8be6fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirror-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ if [[ "$MINIO_OVERWRITE" == "1" ]]; then
OVERWRITE="--overwrite"
fi

rclone --config=/etc/rclone.conf sync sync_src/${SOURCE_BUCKET} sync_dst/${DESTINATION_BUCKET} && curl ${HEALTHCHECK_URL}
rclone --config=/etc/rclone.conf sync sync_src:${SOURCE_BUCKET} sync_dst:${DESTINATION_BUCKET} && curl ${HEALTHCHECK_URL}

0 comments on commit 8be6fd0

Please sign in to comment.