Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
hide error message
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Jan 19, 2024
1 parent 14cc16c commit 6e1de08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo "start docker compose service: ${DOCKER_SERVICE_LIST[*]}"
compose_up "${DOCKER_SERVICE_LIST[@]}"

# check until L1 chain is ready
until cast chain-id --rpc-url "$L2_EXECUTION_ENGINE_HTTP_ENDPOINT"; do
until cast chain-id --rpc-url "$L2_EXECUTION_ENGINE_HTTP_ENDPOINT" 2> /dev/null; do
source internal/docker/docker_env.sh
sleep 1
done
Expand Down

0 comments on commit 6e1de08

Please sign in to comment.