]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
ids-functions.pl: Fix accidently commited debug file path.
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 2 Apr 2021 11:46:47 +0000 (13:46 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:23:43 +0000 (13:23 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/cfgroot/ids-functions.pl

index db5ef46660a7a81fe57a1edf08dea2721bf7afbe..f95a02ddd48e46f3acebb9fd2425ddaed0db8a0b 100644 (file)
@@ -27,7 +27,7 @@ package IDS;
 
 require '/var/ipfire/general-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.
 our $settingsdir = "${General::swroot}/suricata";