diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 5a07263..0bd3944 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -33,4 +33,4 @@ crontab="$schedule /task.sh echo "$crontab" | crontab - -crond -f +exec crond -f |