initial retooling #1

Merged
naturallaw777 merged 1130 commits from staging-dev into stable 2026-05-21 08:10:11 -05:00
Showing only changes of commit 5123287ef7 - Show all commits
+1 -1
View File
@@ -220,7 +220,7 @@ let
# Wait for Hub server to become ready (max ~15 seconds)
for i in $(seq 1 15); do
curl -s -o /dev/null -w "" http://localhost:8937 && break
curl -s -o /dev/null http://localhost:8937 && break
sleep 1
done