From 35bc92a30717461a53d070b7a2d49ddcdc1c65ba Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 2 Apr 2021 13:46:47 +0200 Subject: [PATCH] ids-functions.pl: Fix accidently commited debug file path. Signed-off-by: Stefan Schantl --- config/cfgroot/ids-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index db5ef46660..f95a02ddd4 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -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"; -- 2.39.5