remove unneeded function

This commit is contained in:
m0duspwnens
2023-07-07 16:45:51 -04:00
parent 8be5082b60
commit 6a5ff04804

View File

@@ -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() { backup_pillar() {
title "Create the backup pillar file" title "Create the backup pillar file"
touch $adv_backup_pillar_file touch $adv_backup_pillar_file