Fix tar version check
This commit is contained in:
parent
5a79676b8a
commit
4dc0495a1b
|
@ -515,7 +515,7 @@ start() {
|
|||
networkVersion="$(
|
||||
(
|
||||
set -o pipefail
|
||||
grep "^version: " "$SOLANA_ROOT"/solana-release/version.yml | head -n1 | cut -d\ -f2
|
||||
grep "^commit: " "$SOLANA_ROOT"/solana-release/version.yml | head -n1 | cut -d\ -f2
|
||||
) || echo "tar-unknown"
|
||||
)"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue