From 584f2320ca4c89e8b3cf5838b35f51f2ea01f956 Mon Sep 17 00:00:00 2001 From: Federico <65908512+coval3nte@users.noreply.github.com> Date: Thu, 20 Jun 2024 12:26:02 +0200 Subject: [PATCH] fix --- geth/geth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth/geth-entrypoint b/geth/geth-entrypoint index 3f8fd36..8d09e4f 100755 --- a/geth/geth-entrypoint +++ b/geth/geth-entrypoint @@ -38,7 +38,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then ADDITIONAL_ARGS="$ADDITIONAL_ARGS --bootnodes=$OP_GETH_BOOTNODES" fi -if [ "${HOST_IP:+x}" = x]; then +if [ "${HOST_IP:+x}" = x ]; then ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP" fi