Skip to content

Commit

Permalink
Fix Docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Jan 14, 2025
1 parent 79f2b63 commit 6e0dbbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RSYNC_URI="${RSYNC_URI:-rsync://example.org/test/}"
HTTPS_URI="${HTTPS_URI:-https://example.org/}"

exec /usr/local/bin/rrdpit \
-v \
--source ${SOURCE_DIR} \
--target ${TARGET_DIR} \
--rsync ${RSYNC_URI} \
Expand Down

0 comments on commit 6e0dbbc

Please sign in to comment.