We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee4c24 commit 311ea00Copy full SHA for 311ea00
nethermind/nethermind-entrypoint
@@ -25,7 +25,7 @@ fi
25
mkdir -p "$NETHERMIND_DATA_DIR"
26
27
# Write the JWT secret
28
-if [[ -z "${OP_NODE_L2_ENGINE_AUTH_RAW:-}" ]]; then
+if [[ -z "$OP_NODE_L2_ENGINE_AUTH_RAW" ]]; then
29
echo "Expected OP_NODE_L2_ENGINE_AUTH_RAW to be set" 1>&2
30
exit 1
31
fi
0 commit comments