mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
ids-functions.pl: Fix accidently commited debug file path.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -27,7 +27,7 @@ package IDS;
|
|||||||
|
|
||||||
require '/var/ipfire/general-functions.pl';
|
require '/var/ipfire/general-functions.pl';
|
||||||
require "${General::swroot}/network-functions.pl";
|
require "${General::swroot}/network-functions.pl";
|
||||||
require "${General::swroot}/suricata/ruleset-sources-new";
|
require "${General::swroot}/suricata/ruleset-sources";
|
||||||
|
|
||||||
# Location where all config and settings files are stored.
|
# Location where all config and settings files are stored.
|
||||||
our $settingsdir = "${General::swroot}/suricata";
|
our $settingsdir = "${General::swroot}/suricata";
|
||||||
|
|||||||
Reference in New Issue
Block a user