mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
Update entrypoint.sh
This commit is contained in:
parent
4859ed5e58
commit
417a74a6ad
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ echo "EXTERNAL_NODE_IP is set to: $PUBLIC_NODE_IP"
|
||||||
if [ -n "$PUBLIC_NODE_IP" ]; then
|
if [ -n "$PUBLIC_NODE_IP" ]; then
|
||||||
NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP"
|
NAT_FLAG="--nat=extip:$PUBLIC_NODE_IP"
|
||||||
else
|
else
|
||||||
NAT_FLAG="--nat=none"
|
NAT_FLAG="--nat=any"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# (Optional) Echo the values for verification
|
# (Optional) Echo the values for verification
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue