[fix] Change permissions on so-yara-update + fix indents

This commit is contained in:
William Wernert
2020-06-26 09:59:44 -04:00
parent b895d6fa4f
commit cf7e5f1b6f
3 changed files with 4 additions and 4 deletions

0
salt/common/tools/sbin/so-yara-update Normal file → Executable file
View File

View File

@@ -1624,5 +1624,5 @@ es_heapsize() {
} }
strelka_yara_update() { strelka_yara_update() {
so-yara-update so-yara-update
} }

View File

@@ -257,9 +257,9 @@ if [[ $is_master ]]; then
whiptail_enable_components whiptail_enable_components
if [[ $STRELKA == 1 ]]; then if [[ $STRELKA == 1 ]]; then
whiptail_strelka_rules whiptail_strelka_rules
if [[ $STRELKARULES == 1 ]]; then if [[ $STRELKARULES == 1 ]]; then
strelka_yara_update strelka_yara_update
fi fi
fi fi
collect_webuser_inputs collect_webuser_inputs
get_redirect get_redirect