From 451edcdb732a477b25d809d7e615dc4b7b17deff Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Wed, 13 Oct 2021 18:39:00 -0400 Subject: [PATCH] another typo! --- templates/cleanup.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cleanup.cron b/templates/cleanup.cron index 16c30c4..84b37ef 100644 --- a/templates/cleanup.cron +++ b/templates/cleanup.cron @@ -1,4 +1,4 @@ #birdnet -0/10 * * * * /usr/local/bin/cleanup.sh &> /dev/null +*/1 * * * * /usr/local/bin/cleanup.sh &> /dev/null #birdnet @reboot /usr/local/bin/cleanup.sh &> /dev/null