Display solana version (including commit sha1) before starting SoM

This commit is contained in:
Michael Vines 2021-01-14 21:17:54 -08:00 committed by GitHub
parent 0d29f9e82c
commit cc2886c13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ curl -sSf https://raw.githubusercontent.com/solana-labs/solana/v1.0.0/install/so
export PATH="$PWD/solana-install/releases/$solana_version/solana-release/bin/:$PATH"
set -x
solana --version
exec solana-stake-o-matic "$@"