mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
location-functions.pl: Remove ending backslash from location_dir variable.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
a5f22bf03c
commit
19e5c03f15
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user