pi-hole/advanced/Scripts/piholeLogFlush.sh
Jacob Salmela 1b51b9ade3 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.
2015-11-05 14:31:38 -06:00

3 lines
76 B
Bash
Executable file

#!/bin/bash
# Flushes /var/log/pihole.log
truncate -s 0 /var/log/pihole.log