mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
idstools removal refactor
This commit is contained in:
@@ -1114,8 +1114,9 @@ EOF
|
||||
CUSTOM_CONFIGS_FOUND=0
|
||||
|
||||
# ETPRO Check
|
||||
ETPRO=$(grep "--etpro" /usr/sbin/so-rule-update)
|
||||
ETPRO=$(grep "\--etpro" /usr/sbin/so-rule-update)
|
||||
if [[ -n "$ETPRO" ]]; then
|
||||
ETPRO_KEY=$(echo "$ETPRO" | awk -F'--etpro=' '{print $2}' | awk '{print $1}')
|
||||
echo "Grid is using ETPRO."
|
||||
# Add ETPRO yaml to SOC pillar file
|
||||
if [[ $is_airgap -eq 0 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user