From cbf0ac5a6ef8168c08c2ec8a3fb1ba3a13e9c8b8 Mon Sep 17 00:00:00 2001 From: islishude Date: Thu, 8 Sep 2022 08:37:00 +0800 Subject: [PATCH] rebase --- docker/start | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/start b/docker/start index 7800f022bc3..0c003ccefd1 100755 --- a/docker/start +++ b/docker/start @@ -56,7 +56,7 @@ run_graph_node() { # postgres is up in this case, though we probably should wait_for_ipfs "$ipfs" sleep 5 - graph-node \ + exec graph-node \ --node-id "$node_id" \ --config "$GRAPH_NODE_CONFIG" \ --ipfs "$ipfs" \ @@ -70,7 +70,7 @@ run_graph_node() { wait_for "$postgres_host:$postgres_port" -t 120 sleep 5 - graph-node \ + exec graph-node \ --node-id "$node_id" \ --postgres-url "$postgres_url" \ --ethereum-rpc $ethereum \