Skip to content

Commit 6c68133

Browse files
committed
Fix another quoting issue
1 parent 5498098 commit 6c68133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/seagl-upload-raw-video

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ if [ $(id -u) == 0 ]; then
77
exec sudo -u seagloperator $0 "$@"
88
fi
99

10-
rclone copy /home/seagloperator/RawVideo/ seagl_s3:cloud.seagl.org/seagl-$(date -I)-raw-videos/$(cat /var/lib/seagl/room-id)/ --min-age=1m --suffix=".conflict.$(date +%s)" --progress --delete-during -v
10+
rclone copy /home/seagloperator/RawVideo/ seagl_s3:cloud.seagl.org/seagl-$(date -I)-raw-videos/"$(cat /var/lib/seagl/room-id)"/ --min-age=1m --suffix=".conflict.$(date +%s)" --progress --delete-during -v

0 commit comments

Comments
 (0)