Skip to content

Commit 6e0dbbc

Browse files
committed
Fix Docker entrypoint
1 parent 79f2b63 commit 6e0dbbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/entrypoint.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ RSYNC_URI="${RSYNC_URI:-rsync://example.org/test/}"
88
HTTPS_URI="${HTTPS_URI:-https://example.org/}"
99

1010
exec /usr/local/bin/rrdpit \
11-
-v \
1211
--source ${SOURCE_DIR} \
1312
--target ${TARGET_DIR} \
1413
--rsync ${RSYNC_URI} \

0 commit comments

Comments
 (0)