1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-19 06:19:26 +00:00
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
..
bash-completion Pi-hole checkout feature 2017-03-08 13:16:40 +01:00
GIFs Multiple gif files to choose from 2015-06-06 23:29:54 -05:00
Scripts Fix regex to find DBFILE= from configuration file 2018-04-13 11:16:50 +02:00
01-pihole.conf Enable dnsmasq's extra logging feature 2017-12-21 16:42:55 +01:00
blockingpage.css Match current style of Web Interface 2017-10-04 01:05:44 +11:00
cmdline.txt consoleblank=0 2016-02-20 01:15:14 -06:00
console-setup file to set lcd font size 2016-01-23 11:48:12 -06:00
dnsmasq.conf.original remove trailing whitespace dnsmasq.conf.original 2016-03-05 21:14:17 -08:00
index.php Merge pull request #2054 from theLMGN/patch-1 2018-03-28 20:08:39 -07:00
lighttpd.conf.debian Fix minor typo 2017-10-09 19:53:22 +11:00
lighttpd.conf.fedora Minor spacing corrections 2017-10-10 13:17:33 +11:00
logrotate Add weekly logrotation of FTL's log (#1509) 2017-06-03 14:51:35 +02:00
pihole-FTL.service Create directories /etc/{var,log}/pihole on startup of pihole-FTL and set proper ownership 2018-01-01 11:26:03 +01:00
pihole.cron Remove update line from cron 2018-01-12 15:43:15 +00:00
pihole.sudo update license to EUPL on core files 2017-02-22 11:55:20 -06:00