Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GedasFX authored Jan 10, 2024
1 parent 1f871ff commit 4929c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cd /backend
wget https://downloads.rclone.org/v1.65.1/rclone-v1.65.1-linux-amd64.zip

checksum=$(md5sum rclone-v1.65.1-linux-amd64.zip)
[ "$checksum" != "d5585f0e81fdeeceb5a4277a4720ed99 rclone-v1.65.1-linux-amd64.zip" ] && exit 1
[ "$checksum" != "d5585f0e81fdeeceb5a4277a4720ed99 rclone-v1.65.1-linux-amd64.zip" ] && exit 1

unzip rclone-v1.65.1-linux-amd64.zip

Expand Down

0 comments on commit 4929c12

Please sign in to comment.