mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
convert-ids-multiple-providers: Fix typo which tried to load the wrong
lib. Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user