From ac64959bbaeb187a81fb48ff0577c8eb51b98f50 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Fri, 11 Feb 2022 20:48:54 +0100 Subject: [PATCH] location-functions.pl: Remove ending backslash from location_dir variable. Signed-off-by: Stefan Schantl --- config/cfgroot/location-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location-functions.pl index f86464933f..46e27c04a6 100644 --- a/config/cfgroot/location-functions.pl +++ b/config/cfgroot/location-functions.pl @@ -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"; -- 2.39.5