diff --git a/setup/so-functions b/setup/so-functions index 37145e12b..1afd6b90f 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1622,3 +1622,7 @@ es_heapsize() { export NODE_ES_HEAP_SIZE fi } + +strelka_yara_update() { + so-yara-update +} diff --git a/setup/so-setup b/setup/so-setup index 634389dcd..60bffd618 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -257,6 +257,9 @@ if [[ $is_master ]]; then whiptail_enable_components if [[ $STRELKA == 1 ]]; then whiptail_strelka_rules + if [[ $STRELKARULES == 1 ]]; then + strelka_yara_update + fi fi collect_webuser_inputs get_redirect