From: Stefan Schantl Date: Sat, 10 Apr 2021 16:53:27 +0000 (+0200) Subject: convert-ids-multiple-providers: Fix typo which tried to load the wrong X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98fec8f148f8e694690ddd3de171bfbf4615f8c1;p=people%2Fstevee%2Fipfire-2.x.git convert-ids-multiple-providers: Fix typo which tried to load the wrong lib. Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/convert-ids-multiple-providers b/config/suricata/convert-ids-multiple-providers index a867bacce6..9d95a4107b 100644 --- a/config/suricata/convert-ids-multiple-providers +++ b/config/suricata/convert-ids-multiple-providers @@ -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";