thehive setup fix

This commit is contained in:
Josh Brower
2020-06-09 12:16:39 -04:00
parent 189d0f5f36
commit e5a23c22fd

View File

@@ -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