From 2ddacc43b533d4779ca2cd7a89ac63814b54f0e8 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 17 Mar 2024 14:48:39 +0100 Subject: [PATCH] let's connect --- base/geth-entrypoint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/geth-entrypoint b/base/geth-entrypoint index 2bb36d41..3a035bfd 100755 --- a/base/geth-entrypoint +++ b/base/geth-entrypoint @@ -78,5 +78,5 @@ exec ./geth \ --op-network="base-mainnet" \ --rollup.halt=major \ --rollup.sequencerhttp="$OP_GETH_SEQUENCER_HTTP" \ - --port="$P2P_PORT" \ + --port=${P2P_PORT} \ $ADDITIONAL_ARGS # intentionally unquoted