cb-586 #588

Merged
tech merged 2 commits from cb-586 into main 2026-02-28 23:28:19 +00:00
Showing only changes of commit f914575a65 - Show all commits

View File

@@ -16,4 +16,4 @@ if [ "$#" -gt 0 ] && [ "${1#-}" != "${1}" ]; then
set -- /app/callbacks "$@"
fi
exec "/app/callbacks" "$@"
exec /app/callbacks "$@"