File authentik-ak-server.patch of Package authentik
--- a/lifecycle/ak 2026-02-04 22:43:20.978753671 +0100
+++ b/lifecycle/ak 2026-02-04 22:44:34.007515785 +0100
@@ -43,11 +43,7 @@
}
function run_authentik {
- if [[ -x "$(command -v authentik)" ]]; then
- exec authentik $@
- else
- exec go run -v ./cmd/server/ $@
- fi
+ exec ak-server $@
}
function set_mode {