Skip to content

Commit

Permalink
added prints to check things
Browse files Browse the repository at this point in the history
  • Loading branch information
fkneeland-figure committed Mar 24, 2022
1 parent d7d3406 commit ea9b3f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/setup_provenance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

# This script setups up Provenance and then runs a script it receives as an argument to do various tests afterwards

echo "Arguments:"
echo "$@"

# get last argument as Provenance version
Provenance_Version=${@: -1}

echo "Provenance Version:"
echo $Provenance_Version

wget "https://github.com/provenance-io/provenance/releases/download/$Provenance_Version/provenance-linux-amd64-$Provenance_Version.zip"

Expand Down

0 comments on commit ea9b3f1

Please sign in to comment.