The ledger gate replays with the table's options

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-23 13:42:03 -04:00
co-authored by Claude Fable 5.1
parent 9e672e48b4
commit 32844a5976
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
# deploy/verify-ledgers.sh <droplet-ip-or-host> [https://site]
set -euo pipefail
HOST="${1:?usage: verify-ledgers.sh <droplet-ip-or-host> [https://site]}"
SITE="${2:-https://tafl.kestrelsnest.social}"
# SITE in the environment overrides the name, for a machine whose DNS has not caught up with a new record.
SITE="${2:-${SITE:-https://tafl.kestrelsnest.social}}"
DIR="$(mktemp -d)"
trap 'rm -rf "$DIR"' EXIT
rsync -az "root@$HOST:/var/lib/hnefatafl/rooms/" "$DIR/"