From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 02/12] location-functions.pl: Remove ending backslash from location_dir variable. Date: Mon, 14 Feb 2022 21:01:45 +0000 Message-ID: <537e702f-716b-c50d-8cdb-e63fa62d42d3@ipfire.org> In-Reply-To: <20220214184257.2406-2-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8173171292565079380==" List-Id: --===============8173171292565079380== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > Signed-off-by: Stefan Schantl > --- > config/cfgroot/location-functions.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/cfgroot/location-functions.pl b/config/cfgroot/location= -functions.pl > index f86464933..46e27c04a 100644 > --- a/config/cfgroot/location-functions.pl > +++ b/config/cfgroot/location-functions.pl > @@ -44,7 +44,7 @@ my %network_flags =3D ( > my @special_locations =3D ( "A1", "A2", "A3", "XD" ); > =20 > # Directory where the libloc database and keyfile lives. > -our $location_dir =3D "/var/lib/location/"; > +our $location_dir =3D "/var/lib/location"; > =20 > # Libloc database file. > our $database =3D "$location_dir/database.db"; --===============8173171292565079380==--