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