Merge pull request #3098 from Security-Onion-Solutions/feature/update-soup

Update SOUP with so-playbook-sigma-refresh
This commit is contained in:
Mike Reeves
2021-02-23 15:46:48 -05:00
committed by GitHub

View File

@@ -196,6 +196,9 @@ playbook() {
rm -f /opt/so/rules/elastalert/playbook/*.yaml
so-playbook-ruleupdate >> /root/soup_playbook_rule_update.log 2>&1 &
fi
if [[ "$INSTALLEDVERSION" != 2.3.30 ]]; then
so-playbook-sigma-refresh >> /root/soup_playbook_sigma_refresh.log 2>&1 &
fi
}
pillar_changes() {