We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343455c commit ec6a778Copy full SHA for ec6a778
op-node-entrypoint
@@ -7,7 +7,7 @@ if [[ -z "$OP_NODE_NETWORK" ]]; then
7
fi
8
9
# wait until local geth comes up (authed so will return 401 without token)
10
-until [ "$(curl -s -w '%{http_code}' -o /dev/null "${OP_NODE_L2_ENGINE_RPC//ws/http}")" -eq 401 ]; do
+until [ "$(curl -s -w '%{http_code}' -o /dev/null "${OP_NODE_L2_ENGINE_RPC/ws/http}")" -eq 401 ]; do
11
echo "waiting for geth to be ready"
12
sleep 5
13
done
0 commit comments