From f914575a6544abf854898f6e3ce0d26adc8c233f Mon Sep 17 00:00:00 2001 From: Stephan D Date: Sun, 1 Mar 2026 00:08:05 +0100 Subject: [PATCH] fixed entrypoint command --- api/edge/callbacks/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/edge/callbacks/entrypoint.sh b/api/edge/callbacks/entrypoint.sh index 0e1587f6..b9c2d55d 100755 --- a/api/edge/callbacks/entrypoint.sh +++ b/api/edge/callbacks/entrypoint.sh @@ -16,4 +16,4 @@ if [ "$#" -gt 0 ] && [ "${1#-}" != "${1}" ]; then set -- /app/callbacks "$@" fi -exec "/app/callbacks" "$@" +exec /app/callbacks "$@"