fix: fix supercronic PATH bug

This commit is contained in:
ttionya
2025-01-16 10:59:25 +08:00
parent e8beb3c61e
commit 93e77a6c0f
+1 -1
View File
@@ -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}"