From 3c4e884e2e9791525c155a28b617f0ce75e7f4ea Mon Sep 17 00:00:00 2001 From: yapishu <r.scoggin@gmail.com> Date: Wed, 19 Jan 2022 07:58:40 -0600 Subject: [PATCH] Replaced internal docker host command --- rpc/mainnet-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/mainnet-start.sh b/rpc/mainnet-start.sh index e4d577d..c93d041 100755 --- a/rpc/mainnet-start.sh +++ b/rpc/mainnet-start.sh @@ -1,7 +1,7 @@ #!/bin/bash ########################## # Set host.docker.internal -# sudo /usr/bin/append-to-hosts "$(ip -4 route list match 0/0 | awk '{print $3 "\thost.docker.internal"}')" +sudo /usr/bin/append-to-hosts "$(ip -4 route list match 0/0 | awk '{print $3 "\thost.docker.internal"}')" echo Running modified mainnet script... export BTC_RPC_PORT=${BITCOIN_RPC_PORT} export ELECTRS_HOST=${ELECTRUM_IP}