Skip to content

Commit

Permalink
fix: testnet download
Browse files Browse the repository at this point in the history
  • Loading branch information
eenagy committed Jul 17, 2024
1 parent 2878a19 commit 78156f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handle_ephemery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ if [ "$network" == "ephemery" ]; then
# TODO option to reset
# rm -rf $ephemery_dir
if [ ! -d "$BASE_CONFIG_CUSTOM_NETWORK_TESTNET_DIR" ];then
wget https://github.com/ephemery-testnet/ephemery-genesis/releases/download/ephemery-111/testnet-all.tar.gz
rm testnet-all.tar.gz
wget https://github.com/ephemery-testnet/ephemery-genesis/releases/download/ephemery-111/testnet-all.tar.gz -O testnet-all.tar.gz
mkdir -p $BASE_CONFIG_CUSTOM_NETWORK_TESTNET_DIR && tar -xzf testnet-all.tar.gz -C $BASE_CONFIG_CUSTOM_NETWORK_TESTNET_DIR
rm testnet-all.tar.gz
fi
Expand Down

0 comments on commit 78156f4

Please sign in to comment.