Skip to content

Commit

Permalink
fix missing end quote on nat IP (base-org#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeexcoin authored Jun 13, 2024
1 parent 2dfb660 commit b63b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geth-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b63b798

Please sign in to comment.