This commit is contained in:
diginc 2016-09-23 22:42:29 -05:00
parent 66cb3a7d52
commit 3c1861b7bd
3 changed files with 4 additions and 4 deletions

View File

@ -25,6 +25,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# This will be used for a historical view of your Pi-hole's performance
#50 23 * * * root docker exec $DOCKER_NAME dailyLog.sh # note: this is outdated > /dev/null
# Pi-hole: Flush the log daily at 11:58 so it doesn't get out of control
# Pi-hole: Flush the log daily at 00:00 so it doesn't get out of control
# Stats will be viewable in the Web interface thanks to the cron job above
58 23 * * * root docker exec $DOCKER_NAME pihole flush > /dev/null
00 00 * * * root docker exec $DOCKER_NAME pihole flush > /dev/null

@ -1 +1 @@
Subproject commit ec6ecf0d607b27afe02f41edfd7c2b3b3d7d205a
Subproject commit 6eedfb572e474e7a88f8dc6526ffee7ff8979559

View File

@ -1 +1 @@
v2.9
V2.9.1