mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
1b51b9ade3
The log will be flushed daily and stats will be stored in a DB for displaying on the Web interface.
3 lines
76 B
Bash
Executable file
3 lines
76 B
Bash
Executable file
#!/bin/bash
|
|
# Flushes /var/log/pihole.log
|
|
truncate -s 0 /var/log/pihole.log
|