Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974d711 commit aeaab78Copy full SHA for aeaab78
nethermind/nethermind-entrypoint
@@ -30,7 +30,7 @@ fi
30
echo "$OP_NODE_L2_ENGINE_AUTH_RAW" > "$OP_NODE_L2_ENGINE_AUTH"
31
32
# Additional arguments based on environment variables
33
-if [ "${OP_NETHERMIND_BOOTNODES+x}" = x ]; then
+if [[ -n "${OP_NETHERMIND_BOOTNODES:-}" ]]; then
34
ADDITIONAL_ARGS="$ADDITIONAL_ARGS --Network.Bootnodes=$OP_NETHERMIND_BOOTNODES"
35
fi
36
0 commit comments