for use as a cron job

The log will be flushed daily and stats will be stored in a DB for
displaying on the Web interface.
pull/70/head
Jacob Salmela 9 years ago
parent ee40bc0423
commit 1b51b9ade3

@ -0,0 +1,3 @@
#!/bin/bash
# Flushes /var/log/pihole.log
truncate -s 0 /var/log/pihole.log
Loading…
Cancel
Save