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
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user