We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953f6e7 commit d0dd362Copy full SHA for d0dd362
docker-entrypoint.sh
@@ -24,7 +24,7 @@ if [[ -f ${RCLONE_CRONFILE} ]]; then
24
25
if [[ -n "${RCLONE_CROND_SOURCE_PATH:-}" ]] || [[ -n "${RCLONE_CROND_DESTINATION_PATH:-}" ]]; then
26
27
- if [[ ! -f /cron/rclone.env ]]; then exit 1; fi
+ #if [[ ! -f /cron/rclone.env ]]; then exit 1; fi
28
if [[ ! -d /cron ]]; then mkdir -p /cron; fi
29
30
# Set a default if a schedule is not present
0 commit comments