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