Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Mar 22, 2024
1 parent 6b96915 commit c58fc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/export_genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ then
mkdir mainnet-genesis-export
fi
echo `date +"%b %d %H:%M:%S "` "Export genesis"
time su gaia -c "~gaia/.gaia/cosmovisor/current/bin/gaiad export --height $current_block --output-document /tmp/genesis_export.json
time su gaia -c "~gaia/.gaia/cosmovisor/current/bin/gaiad export --height $current_block --output-document /tmp/genesis_export.json"
mv /tmp/genesis_export.json "mainnet-genesis-export/mainnet-genesis_${current_block_time}_${chain_version}_${current_block}.json"

echo `date +"%b %d %H:%M:%S "` "Tinkering exported genesis"
Expand Down

0 comments on commit c58fc2e

Please sign in to comment.