Files
pi-hole/advanced
Ludovic Rousseau 3b229489c2 Fix regex to find DBFILE= from configuration file
The regex ^\s^.DBFILE\s*=\s* does not work to match "DBFILE="
I don't know what the second '^' is used for.

With the change I now have the results:

DBFILE=/foo/bar
-> /foo/bar

  DBFILE=/foo/bar
-> /foo/bar

 # DBFILE=/foo/bar
-> /etc/pihole/pihole-FTL.db

xDBFILE=/foo/bar
-> /etc/pihole/pihole-FTL.db

Signed-off-by: Ludovic Rousseau <ludovic.rousseau@free.fr>
2018-04-13 11:16:50 +02:00
..
2017-03-08 13:16:40 +01:00
2015-06-06 23:29:54 -05:00
2016-02-20 01:15:14 -06:00
2016-01-23 11:48:12 -06:00
2017-10-09 19:53:22 +11:00
2017-10-10 13:17:33 +11:00
2018-01-12 15:43:15 +00:00