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