mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-27 15:07:51 +02:00
Setup Script - Fix display message for eval hive
This commit is contained in:
+1
-1
@@ -1946,7 +1946,7 @@ if (whiptail_you_sure); then
|
|||||||
salt-call state.apply schedule >> $SETUPLOG 2>&1
|
salt-call state.apply schedule >> $SETUPLOG 2>&1
|
||||||
salt-call state.apply soctopus >> $SETUPLOG 2>&1
|
salt-call state.apply soctopus >> $SETUPLOG 2>&1
|
||||||
if [[ $THEHIVE == '1' ]]; then
|
if [[ $THEHIVE == '1' ]]; then
|
||||||
echo -e "XXX\n97\nInstalling misc components... \nXXX"
|
echo -e "XXX\n97\nInstalling The Hive... \nXXX"
|
||||||
salt-call state.apply hive >> $SETUPLOG 2>&1
|
salt-call state.apply hive >> $SETUPLOG 2>&1
|
||||||
fi
|
fi
|
||||||
echo -e "XXX\n98\nSetting checkin to run on boot... \nXXX"
|
echo -e "XXX\n98\nSetting checkin to run on boot... \nXXX"
|
||||||
|
|||||||
Reference in New Issue
Block a user