location-functions.pl: Rename and set the location for exported databases to "/var/lib/location/ipset/".

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Stefan Schantl
2022-02-14 19:42:45 +01:00
committed by Peter Müller
parent 28965d275b
commit a5f22bf03c

View 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();