From 29d6c11c2726326495e2eb34e878e61b6d444595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Coffee=20=E2=98=95=EF=B8=8F?= Date: Wed, 12 Jun 2024 22:07:41 -0400 Subject: [PATCH] fix missing end quote on nat IP --- 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 \