mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-22 08:53:06 +01:00
Enable Strelka via Setup
This commit is contained in:
@@ -716,6 +716,10 @@ if (whiptail_you_sure) ; then
|
||||
echo -e "XXX\n93\nInstalling Playbook... \nXXX"
|
||||
salt-call state.apply playbook >> $SETUPLOG 2>&1
|
||||
fi
|
||||
if [[ $STRELKA == '1' ]]; then
|
||||
echo -e "XXX\n95\nInstalling Strelka... \nXXX"
|
||||
salt-call state.apply strelka >> $SETUPLOG 2>&1
|
||||
fi
|
||||
echo -e "XXX\n95\nSetting checkin to run on boot... \nXXX"
|
||||
checkin_at_boot >> $SETUPLOG 2>&1
|
||||
echo -e "XX\n97\nFinishing touches... \nXXX"
|
||||
|
||||
Reference in New Issue
Block a user