From ea39d32c5a34a123b1fc551fe7faa59aa55e5527 Mon Sep 17 00:00:00 2001 From: bizk Date: Wed, 10 Jan 2024 15:01:20 -0300 Subject: [PATCH] debug --- scripts/simapp-start-node.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/simapp-start-node.sh b/scripts/simapp-start-node.sh index 6205f97..cd809d2 100644 --- a/scripts/simapp-start-node.sh +++ b/scripts/simapp-start-node.sh @@ -4,7 +4,9 @@ cd cosmos-sdk make build export SIMD_BIN=./build/simd make init-simapp --dry-run -$SIMD_BIN start +echo "simapp started" +$SIMD_BIN start & +echo "start" until curl --silent --head --fail http://localhost:26657/health; do sleep 1 done \ No newline at end of file