mint.json is now private

This commit is contained in:
Michael Vines
2018-07-02 07:49:14 -07:00
committed by Grimes
parent 4e3526394e
commit c0f9e452f2
4 changed files with 10 additions and 6 deletions

View File

@ -16,7 +16,7 @@ rsync_leader_url=$(rsync_url "$leader")
set -ex
mkdir -p $SOLANA_CONFIG_DIR
rsync -vPz "$rsync_leader_url"/config/leader.json $SOLANA_CONFIG_DIR/
rsync -vPz "$rsync_leader_url"/config/mint.json $SOLANA_CONFIG_DIR/
rsync -vPz "$rsync_leader_url"/config-private/mint.json $SOLANA_CONFIG_DIR/
# shellcheck disable=SC2086 # $solana_client_demo should not be quoted
exec $solana_client_demo \