From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 02/12] location-functions.pl: Remove ending backslash from location_dir variable. Date: Mon, 14 Feb 2022 19:42:46 +0100 Message-ID: <20220214184257.2406-2-stefan.schantl@ipfire.org> In-Reply-To: <20220214184257.2406-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8571119412158774299==" List-Id: --===============8571119412158774299== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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-f= unctions.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"; --=20 2.30.2 --===============8571119412158774299==--