From 581f650d6e613ecb64516e839f475af907f688b0 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 5 Nov 2024 09:59:50 -0700 Subject: [PATCH] Set version defaults to 'latest' --- bootstrap-salt.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 63ac557..ff9fea5 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -26,7 +26,7 @@ #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2024.11.01" +__ScriptVersion="2024.11.05" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0" @@ -582,6 +582,11 @@ echoinfo "Executed by: ${CALLER}" echoinfo "Command line: '${__ScriptFullName} ${__ScriptArgs}'" echowarn "Running the unstable version of ${__ScriptName}" +# Defaults +STABLE_REV="latest" +ONEDIR_REV="latest" +_ONEDIR_REV="latest" + # Define installation type if [ "$#" -gt 0 ];then __check_unparsed_options "$*"