Merge branch 'master' into next

This commit is contained in:
Johnathan Corgan
2026-07-23 02:42:58 +00:00
8 changed files with 329 additions and 17 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ require_bootstrap_activity() {
local container="$1"
local logs
logs="$(docker logs "$container" 2>&1 || true)"
if ! grep -Eq "bootstrap failed|Started Nostr( UDP)? NAT traversal attempt" <<<"$logs"; then
if ! grep -Eq "Started Nostr( UDP)? NAT traversal attempt" <<<"$logs"; then
echo "Expected bootstrap activity in ${container} logs" >&2
return 1
fi