mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-03 19:43:17 +00:00
Dropped a ' '. I'll blame @dschaper ;)
This commit is contained in:
parent
1fbf182f1b
commit
646ee07979
1 changed files with 1 additions and 1 deletions
2
pihole
2
pihole
|
@ -49,7 +49,7 @@ function flushFunc {
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
function databaseFunc{
|
function databaseFunc {
|
||||||
echo "::: Importing /var/log/pihole/log to /etc/pihole/pihole.db"
|
echo "::: Importing /var/log/pihole/log to /etc/pihole/pihole.db"
|
||||||
python /opt/pihole/dnsmasq_parse.py
|
python /opt/pihole/dnsmasq_parse.py
|
||||||
echo -n "::: Flushing /var/log/pihole.log..."
|
echo -n "::: Flushing /var/log/pihole.log..."
|
||||||
|
|
Loading…
Reference in a new issue