#!/usr/bin/env bash # Silent child for the governed attended login; results go to the receipt only. set -euo pipefail exec python3 "$(dirname "$0")/openbao_platform_admin_check.py" "$@" >/dev/null 2>&1