From cc2886c13c533819f06cf0eb5c1ccc5e830ab3a4 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 14 Jan 2021 21:17:54 -0800 Subject: [PATCH] Display solana version (including commit sha1) before starting SoM --- stake-o-matic/stake-o-matic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stake-o-matic/stake-o-matic.sh b/stake-o-matic/stake-o-matic.sh index 6a1507469e..5cfef30721 100755 --- a/stake-o-matic/stake-o-matic.sh +++ b/stake-o-matic/stake-o-matic.sh @@ -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 "$@"