Files
cameleer-saas/installer
hsiegeln 180644f0df
All checks were successful
CI / build (push) Successful in 1m15s
CI / docker (push) Successful in 18s
fix(installer): SIGPIPE crash in generate_password with pipefail
`tr | head -c 32` causes tr to receive SIGPIPE when head exits early.
With `set -eo pipefail`, exit code 141 kills the script right after
"Configuration validated" before any passwords are generated.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-25 01:41:47 +02:00
..