Fix typo in cronjob comment

Signed-off-by: Sebastian Haderecker <sebastian.haderecker@gmail.com>
This commit is contained in:
Sebastian Haderecker 2020-12-23 18:18:18 +00:00
parent c525df56fa
commit a6eaf7313c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Download any updates from the adlists
59 1 * * 7 root PATH="$PATH:/usr/local/bin/" docker exec $DOCKER_NAME pihole updateGravity > /dev/null
# Update docker-pi-hole by pulling the latest docker image ane re-creating your container.
# Update docker-pi-hole by pulling the latest docker image and re-creating your container.
# pihole software update commands are unsupported in docker!
#30 2 * * 7 root PATH="$PATH:/usr/local/bin/" docker exec $DOCKER_NAME pihole updatePihole > /dev/null