]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
convert-ids-multiple-providers: Fix typo which tried to load the wrong
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 10 Apr 2021 16:53:27 +0000 (18:53 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Dec 2021 12:23:44 +0000 (13:23 +0100)
lib.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/convert-ids-multiple-providers

index a867bacce67a00198ff991e83fb9ac0bc402b305..9d95a4107b0cfcb66593fa15821e3819dac2f347 100644 (file)
@@ -22,7 +22,7 @@
 use strict;
 
 require '/var/ipfire/general-functions.pl';
-require "${General::swroot}/ids-functions.pl1";
+require "${General::swroot}/ids-functions.pl";
 
 # Old file declarations
 my $old_rules_settings_file = "$IDS::settingsdir/rules-settings";