From: Stefan Schantl Date: Mon, 14 Feb 2022 18:42:46 +0000 (+0100) Subject: location-functions.pl: Remove ending backslash from location_dir variable. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19e5c03f1525b907d62b3a72d586e89ab6e551d1;p=people%2Fms%2Fipfire-2.x.git location-functions.pl: Remove ending backslash from location_dir variable. Signed-off-by: Stefan Schantl Reviewed-by: Peter Müller --- 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";