From: Stefan Schantl Date: Fri, 11 Feb 2022 19:48:54 +0000 (+0100) Subject: location-functions.pl: Remove ending backslash from location_dir X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac64959bbaeb187a81fb48ff0577c8eb51b98f50;p=people%2Fstevee%2Fipfire-2.x.git location-functions.pl: Remove ending backslash from location_dir variable. Signed-off-by: Stefan Schantl --- 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";