]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
location-functions.pl: Remove ending backslash from location_dir variable.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 14 Feb 2022 18:42:46 +0000 (19:42 +0100)
committerPeter Müller <peter.mueller@ipfire.org>
Tue, 15 Feb 2022 18:05:36 +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 f86464933f8d083045a06765b2260867295bd575..46e27c04a670b80eab493d315b02c5ac0a3d4f50 100644 (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";