Files
tri-pi/setup
Krystie 2f0506fd6c fix(installer): disable pipefail for RPC password generation
The urandom|tr|head pipeline triggers SIGPIPE when head exits,
causing the script to fail with set -o pipefail enabled.

Temporarily disable pipefail around the password generation to
avoid this false failure.
2026-03-28 18:01:44 -07:00
..