grep returns exit 1 when no match, which with set -eo pipefail kills the script. Add || true to the grep pipeline in credential extraction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
grep returns exit 1 when no match, which with set -eo pipefail kills the script. Add || true to the grep pipeline in credential extraction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>