Fix scp client mint keypair (#6565)

This commit is contained in:
Justin Starry
2019-10-25 18:23:52 -05:00
committed by Michael Vines
parent d68e2c4d06
commit ea2b26e5f5

View File

@ -76,7 +76,8 @@ solana-bench-exchange)
;; ;;
idle) idle)
# Add the mint keypair to idle clients for convenience # Add the mint keypair to idle clients for convenience
scp "$entrypointIp":~/solana/config/mint-keypair.json config/ net/scripts/rsync-retry.sh -vPrc \
"$entrypointIp":~/solana/config/mint-keypair.json ~/solana/
exit 0 exit 0
;; ;;
*) *)