mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-12 04:15:03 -05: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
|