mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-10 11:05:54 +02:00
ids-functions.pl: Do not create an empty ignored settings file.
The file will be created by the WUI, when adding the first host. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
85b1d83b2a
commit
dcacf03e80
@@ -153,7 +153,6 @@ sub check_and_create_filelayout() {
|
||||
unless (-f "$suricata_default_rulefiles_file") { &create_empty_file($suricata_default_rulefiles_file); }
|
||||
unless (-f "$ids_settings_file") { &create_empty_file($ids_settings_file); }
|
||||
unless (-f "$providers_settings_file") { &create_empty_file($providers_settings_file); }
|
||||
unless (-f "$ignored_file") { &create_empty_file($ignored_file); }
|
||||
unless (-f "$whitelist_file" ) { &create_empty_file($whitelist_file); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user