#!/usr/bin/env bash # Silent attended child. Outcome is the receipt file, not stdout. set -euo pipefail export INFD_APPROVAL_ORIGIN="${INFD_APPROVAL_ORIGIN:-http://127.0.0.1:18281}" exec /home/worsch/informed-decision/.venv/bin/python -B \ /home/worsch/informed-decision/tools/create_sitting_approvals.py \ --approval-origin "$INFD_APPROVAL_ORIGIN" \ >/dev/null 2>&1