Skip to content

Commit

Permalink
Update autosnapshot_inner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
esemeniuc authored Oct 5, 2023
1 parent b9fa959 commit c8fe1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mev-programs/scripts/autosnapshot_inner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ create_snapshot_for_slot() {

# produces snapshot in $snapshot_dir
# shellcheck disable=SC2012
RUST_LOG=info solana-ledger-tool -l "$ledger_location" create-snapshot --enable-accounts-disk-index "$snapshot_slot" "$snapshot_dir"
RUST_LOG=info solana-ledger-tool -l "$ledger_location" create-snapshot "$snapshot_slot" "$snapshot_dir"

# TODO: figure this out
# for some reason solana-ledger-tool error doesn't cause this script to exit out, so check status here
Expand Down

0 comments on commit c8fe1ec

Please sign in to comment.