Skip to content

Commit 380c314

Browse files
committed
fix: update rclone command to use unquoted variable expansion
1 parent 4622535 commit 380c314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
rclone "$@"
5+
rclone $@
66

77
if [ -z "$HEARTBEAT_URL" ]; then
88
echo "HEARTBEAT_URL is empty"

0 commit comments

Comments
 (0)