mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
remove unneeded function
This commit is contained in:
@@ -1506,18 +1506,6 @@ create_sensoroni_pillar() {
|
||||
|
||||
}
|
||||
|
||||
create_strelka_pillar() {
|
||||
title "Create the Strelka pillar file"
|
||||
touch $adv_strelka_pillar_file
|
||||
printf '%s\n'\
|
||||
"strelka:"\
|
||||
" enabled: $STRELKA"\
|
||||
" rules: 1" > "$strelka_pillar_file"
|
||||
printf '%s\n'\
|
||||
" repos:"\
|
||||
" - 'https://$HOSTNAME:7788/yara'" >> "$strelka_pillar_file"
|
||||
}
|
||||
|
||||
backup_pillar() {
|
||||
title "Create the backup pillar file"
|
||||
touch $adv_backup_pillar_file
|
||||
|
||||
Reference in New Issue
Block a user