mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-08 00:20:37 +00:00
The missing bits are important.
This commit is contained in:
parent
646ee07979
commit
a074e3312c
1 changed files with 2 additions and 2 deletions
4
pihole
4
pihole
|
@ -51,9 +51,9 @@ function flushFunc {
|
|||
|
||||
function databaseFunc {
|
||||
echo "::: Importing /var/log/pihole/log to /etc/pihole/pihole.db"
|
||||
python /opt/pihole/dnsmasq_parse.py
|
||||
python /opt/pihole/dnsmasq_parse.py /var/log/pihole.log
|
||||
echo -n "::: Flushing /var/log/pihole.log..."
|
||||
echo " " > /var/log/pihole.log
|
||||
${SUDO} echo " " > /var/log/pihole.log
|
||||
echo " ...done!"
|
||||
exit 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue