From e5a23c22fd9bf4756b6b4fcff4773e52739ae180 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Tue, 9 Jun 2020 12:16:39 -0400 Subject: [PATCH] thehive setup fix --- setup/so-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index c09b5ae7d..478151def 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -541,8 +541,8 @@ fi fi if [[ "$THEHIVE" = 1 ]]; then - set_progress_str 76 "$(print_salt_state_apply 'hive')" - salt-call state.apply -l info hive >> $setup_log 2>&1 + set_progress_str 76 "$(print_salt_state_apply 'thehive')" + salt-call state.apply -l info thehive >> $setup_log 2>&1 fi if [[ "$STRELKA" = 1 ]]; then