Warden failed closed on leftover JSON after a successful create. Objects are requested, no entries. Flex Auth package draft pins the seven ids; c01 skipped. No human bind. Assistant: grok Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
8 lines
373 B
Bash
Executable file
8 lines
373 B
Bash
Executable file
#!/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
|