]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
location-functions.pl: Remove ending backslash from location_dir
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Feb 2022 19:48:54 +0000 (20:48 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 11 Feb 2022 19:48:54 +0000 (20:48 +0100)
variable.

Signed-off-by: Stefan Schantl <stefan.schantl@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";