Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ASoTNetworks committed Mar 21, 2024
1 parent 03caf30 commit 10be4fe
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 @@ -128,7 +128,7 @@ then
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
mv /tmp/genesis_export.json mainnet-genesis-export/mainnet-genesis_${current_block_time}_${chain_version}_${current_block}.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"
pip3 install -r requirements.txt
Expand Down

0 comments on commit 10be4fe

Please sign in to comment.