diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 7aa89fa..1eae530 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -6,7 +6,7 @@ if [ "$1" == "update" ]; then cd /app || exit 1 exec su user -c "bash ./update.sh" elif [ "$1" == "cron" ]; then - exec cron -f + exec crond -f else exec "$@" fi