From edaa710bcb778d01eb6e2548f82f9482f32e37ae Mon Sep 17 00:00:00 2001 From: David Murphy Date: Thu, 21 Nov 2024 13:57:55 -0700 Subject: [PATCH] Updated date for bootstrap script --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 897f1d5..c8f0a7e 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.19" +__ScriptVersion="2024.11.21" __ScriptName="bootstrap-salt.sh" __ScriptFullName="$0"