Merge pull request #2288 from Security-Onion-Solutions/fix/strelka_rules

Expand STRELKARULES
This commit is contained in:
weslambert
2020-12-09 17:05:44 -05:00
committed by GitHub

View File

@@ -741,7 +741,7 @@ fi
set_progress_str 81 "$(print_salt_state_apply 'strelka')"
salt-call state.apply -l info strelka >> $setup_log 2>&1
fi
if [[ $STRELKARULES == 1 ]]; then
if [[ "$STRELKARULES" == 1 ]]; then
/usr/sbin/so-yara-update >> $setup_log 2>&1
fi
fi