location-functions.pl: Remove ending backslash from location_dir variable.

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:46 +01:00
committed by Peter Müller
parent a5f22bf03c
commit 19e5c03f15

View File

@@ -44,7 +44,7 @@ my %network_flags = (
my @special_locations = ( "A1", "A2", "A3", "XD" );
# Directory where the libloc database and keyfile lives.
our $location_dir = "/var/lib/location/";
our $location_dir = "/var/lib/location";
# Libloc database file.
our $database = "$location_dir/database.db";