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 14d0a21 commit 9f73ac9Copy full SHA for 9f73ac9
reth/reth-entrypoint
@@ -33,7 +33,8 @@ else
33
fi
34
35
# Add pruning for base
36
-if [[ "$NODE_TYPE" == "base" && -n "${RETH_PRUNING_ARGS+x}" = x ]]; then
+if [[ "$NODE_TYPE" == "base" && "${RETH_PRUNING_ARGS+x}" = x ]]; then
37
+ echo "Adding pruning arguments: $RETH_PRUNING_ARGS"
38
ADDITIONAL_ARGS="$ADDITIONAL_ARGS $RETH_PRUNING_ARGS"
39
40
0 commit comments