Commit 8a396a95 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ops: set e in entrypoint script (#593)

parent eef1df4d
#!/bin/bash
RETRIES=${RETRIES:-20}
set -e
RETRIES=${RETRIES:-20}
JSON='{"jsonrpc":"2.0","id":0,"method":"net_version","params":[]}'
# wait for the base layer to be up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment