idstools removal refactor

This commit is contained in:
DefensiveDepth
2025-11-11 14:12:51 -05:00
parent 13789bc56f
commit 3a8a6bf5ff

View File

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