From 76f43380d9ddc948a9ed96b2430f58848f530904 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 1 Apr 2022 14:29:24 -0400 Subject: [PATCH] fix so salt master gets installed --- setup/so-functions | 2 +- setup/so-setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-functions b/setup/so-functions index 9cb191912..5224a5b90 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2256,7 +2256,7 @@ saltify() { logCmd "yum -y install wget nmap-ncat" fi - if [[ ! is_analyst ]]; then + if [[ ! $is_analyst ]]; then case "$install_type" in 'MANAGER' | 'EVAL' | 'MANAGERSEARCH' | 'FLEET' | 'HELIXSENSOR' | 'STANDALONE'| 'IMPORT') reserve_group_ids diff --git a/setup/so-setup b/setup/so-setup index 47977a90b..af822c64c 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -71,7 +71,7 @@ while [[ $# -gt 0 ]]; do done detect_os -is_analyst=false +is_analyst= if [ "$setup_type" = 'analyst' ]; then is_analyst=true # Check to see if this is an ISO