Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/crontab.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
59 1 * * 0 PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updateGravity >/var/log/pihole/pihole_updateGravity.log || cat /var/log/pihole/pihole_updateGravity.log
00 00 * * * PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole flush once quiet
00 00 * * * PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole logrotate quiet
59 17 * * * PATH="$PATH:/usr/sbin:/usr/local/bin/" pihole updatechecker
2 changes: 1 addition & 1 deletion src/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ start() {
# Install additional packages inside the container if requested
install_additional_packages

# Start crond for scheduled scripts (logrotate, pihole flush, gravity update etc)
# Start crond for scheduled scripts (logrotate, gravity update etc)
start_cron

# Install the logrotate config file
Expand Down