]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
location-functions.pl: Rename and set the location for exported databases to "/var...
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 14 Feb 2022 18:42:45 +0000 (19:42 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 15 Feb 2022 18:05:22 +0000 (18:05 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/cfgroot/location-functions.pl

index 4d44ce24d3d0816f9d249a4f2e5fe2d381b0ed1d..f86464933f8d083045a06765b2260867295bd575 100644 (file)
@@ -53,7 +53,7 @@ our $database = "$location_dir/database.db";
 our $keyfile = "$location_dir/signing-key.pem";
 
 # Directory which contains the exported databases.
-our $xt_geoip_db_directory = "/usr/share/xt_geoip/";
+our $ipset_db_directory = "$location_dir/ipset";
 
 # Create libloc database handle.
 my $db_handle = &init();