From b63b798371bec83816e202ce835f856a45f32598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Coffee=20=E2=98=95=EF=B8=8F?= Date: Thu, 13 Jun 2024 11:26:06 -0400 Subject: [PATCH] fix missing end quote on nat IP (#273) --- geth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geth-entrypoint b/geth-entrypoint index cc672eb..3f8fd36 100755 --- a/geth-entrypoint +++ b/geth-entrypoint @@ -39,7 +39,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then fi if [ "${HOST_IP:+x}" = x]; then - ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP + ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP" fi exec ./geth \