]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
update-ipblocklists: Do not longer require/load lang.pl fw-grp-as-sets
authorStefan Schantl <stefan.schantl@ipfire.org>
Wed, 14 Feb 2024 19:07:37 +0000 (20:07 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sun, 3 Mar 2024 11:56:03 +0000 (12:56 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/scripts/update-ipblocklists

index 36facf572ea40ce8cb554ebddc554590c9d38e94..d6f590c806f6fe42c26bcf11cee531c4a1dc837f 100644 (file)
@@ -30,7 +30,6 @@ use File::stat;
 
 require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/ipblocklist-functions.pl";
-require "${General::swroot}/lang.pl";
 
 # Hash to store the settings.
 my %settings = ();