Set version defaults to 'latest'

This commit is contained in:
David Murphy 2024-11-05 09:59:50 -07:00
parent d5ff514a6b
commit 581f650d6e
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8

View file

@ -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 "$*"