Skip to content

Commit b63b798

Browse files
authored
fix missing end quote on nat IP (#273)
1 parent 2dfb660 commit b63b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geth-entrypoint

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if [ "${OP_GETH_BOOTNODES+x}" = x ]; then
3939
fi
4040

4141
if [ "${HOST_IP:+x}" = x]; then
42-
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP
42+
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --nat=extip:$HOST_IP"
4343
fi
4444

4545
exec ./geth \

0 commit comments

Comments
 (0)