Skip to content

Commit

Permalink
Fix param order
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfornax committed Mar 11, 2024
1 parent 8454636 commit b344a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/scripts/start-ec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ if [ "$CLIENT" = "besu" ]; then
# Check for the prune flag and run that first if requested
if [ -f "/ethclient/prune.lock" ]; then

$PERF_PREFIX /opt/besu/bin/besu storage x-trie-log prune $BESU_NETWORK --datapath /ethclient/besu ; rm /ethclient/prune.lock
$PERF_PREFIX /opt/besu/bin/besu $BESU_NETWORK --data-path=/ethclient/besu storage x-trie-log prune ; rm /ethclient/prune.lock

# Run Besu normally
else
Expand Down

0 comments on commit b344a73

Please sign in to comment.