From 93e77a6c0f2b5bb8f45eb7dd9e4c24e8a69607b9 Mon Sep 17 00:00:00 2001 From: ttionya Date: Thu, 16 Jan 2025 10:59:25 +0800 Subject: [PATCH] fix: fix supercronic PATH bug --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index db1a9b8..54df07d 100644 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -75,4 +75,4 @@ if [[ "$1" == "backup" ]]; then fi # foreground run crond -exec supercronic -passthrough-logs -quiet "${CRON_CONFIG_FILE}" +exec /usr/bin/supercronic -passthrough-logs -quiet "${CRON_CONFIG_FILE}"