Skip to content

Commit

Permalink
Hotfix entrypoint (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez authored Dec 14, 2023
1 parent b045bdb commit dde89a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/client/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ -n "$ZERO_GAS_TX_POOL" ]; then
START_COMMAND="$START_COMMAND --zero-gas-tx-pool $ZERO_GAS_TX_POOL"
fi

if [ -n "$ZERO_GAS_TX_POOL_TIMEOUT"]; then
if [ -n "$ZERO_GAS_TX_POOL_TIMEOUT" ]; then
START_COMMAND="$START_COMMAND --zero-gas-tx-pool-timeout $ZERO_GAS_TX_POOL_TIMEOUT"
fi

Expand Down

0 comments on commit dde89a7

Please sign in to comment.