Private
Public Access
1
0

fix: missing fi closing JWT keys if-block in setup.sh
Some checks failed
CI Pipeline / Rust Format Check (push) Failing after 5s
CI Pipeline / Clippy Lints (push) Successful in 52s
CI Pipeline / Rust Unit Tests (push) Successful in 1m3s
CI Pipeline / Security Audit (push) Successful in 3s
CI Pipeline / Frontend Lint & Type Check (push) Successful in 11s
CI Pipeline / Build .deb & Release (push) Has been skipped

This commit is contained in:
2026-04-28 23:29:04 +00:00
parent e18739f0ec
commit a6b9c054b2

View File

@ -157,6 +157,7 @@ if [[ ! -f "${JWT_SIGNING}" ]]; then
info "JWT keys generated."
else
warn "JWT signing key already exists at ${JWT_SIGNING}, skipping."
fi
# -----------------------------------------------------------------------
# 6b. Generate self-signed TLS certificate for HTTPS