From 6ecd288b3db04277bdf12c05153860e3191a3525 Mon Sep 17 00:00:00 2001 From: rbuisson Date: Thu, 15 Feb 2024 13:48:05 +0100 Subject: [PATCH] OZ-279: Adjust helper script to expect Ozone version as paramater --- scripts/{install.sh => install-latest.sh} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename scripts/{install.sh => install-latest.sh} (97%) diff --git a/scripts/install.sh b/scripts/install-latest.sh similarity index 97% rename from scripts/install.sh rename to scripts/install-latest.sh index 4503fcd..a2762c4 100755 --- a/scripts/install.sh +++ b/scripts/install-latest.sh @@ -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"