From 2dbf4a4eba04970c626a32f4c17cadc9c3a2178f Mon Sep 17 00:00:00 2001 From: Danyal Prout Date: Thu, 20 Jun 2024 10:31:23 -0500 Subject: [PATCH] fix: typo in natextip for op-geth (#281) --- 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