Skip to content

Commit

Permalink
OZ-279: Adjust helper script to expect Ozone version as paramater
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuisson committed Feb 15, 2024
1 parent 9bf1ade commit 6ecd288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install.sh → scripts/install-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ echo ""
echo " See https://docs.ozone-his.com/ for how to set it up for production."
echo ""

# Default to current code version

# TODO: Replace this default with the latest stable version
ozoneVersion=${1:-1.0.0-SNAPSHOT}

echo "$INFO Ozone version: $ozoneVersion"
Expand Down

0 comments on commit 6ecd288

Please sign in to comment.