From d2002a51587d06439eb37e68adafe0937d0a4943 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 12 Oct 2023 15:58:33 -0400 Subject: [PATCH] add additional comments --- salt/salt/scripts/bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/salt/scripts/bootstrap-salt.sh b/salt/salt/scripts/bootstrap-salt.sh index f56d6b17b..156489f4e 100644 --- a/salt/salt/scripts/bootstrap-salt.sh +++ b/salt/salt/scripts/bootstrap-salt.sh @@ -613,7 +613,7 @@ fi # Due to our modifications to install_centos_onedir it is easiest to just lock down to only allowing stable install if [ "$(echo "$ITYPE" | grep stable)" = "" ]; then - echoerror "This script has been modified to only support stable installation type..." + echoerror "This script has been modified to only support stable installation type. Installation type \"$ITYPE\" is not allowed..." exit 1 fi