Fix program name
This commit is contained in:
parent
d354e85a9a
commit
705df55a7f
|
@ -17,6 +17,6 @@ mkdir -p $SOLANA_CONFIG_DIR
|
||||||
rsync -vPz "$rsync_leader_url"/config/leader.json $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/mint.json $SOLANA_CONFIG_DIR/
|
||||||
|
|
||||||
# shellcheck disable=SC2086 # $solana_simple_client_demo should not be quoted
|
# shellcheck disable=SC2086 # $solana_wallet should not be quoted
|
||||||
exec $solana_wallet \
|
exec $solana_wallet \
|
||||||
-l $SOLANA_CONFIG_DIR/leader.json -m $SOLANA_CONFIG_DIR/mint.json -d
|
-l $SOLANA_CONFIG_DIR/leader.json -m $SOLANA_CONFIG_DIR/mint.json -d
|
||||||
|
|
Loading…
Reference in New Issue