From 27e55ce7f63c8ab62d406b20c2ae541791729740 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 30 Sep 2021 15:16:53 -0400 Subject: [PATCH] more responsive species_updater.cron --- templates/species_updater.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/species_updater.cron b/templates/species_updater.cron index 6f48223..9b81d09 100644 --- a/templates/species_updater.cron +++ b/templates/species_updater.cron @@ -1,2 +1,2 @@ #birdnet -*/5 * * * * /usr/local/bin/species_notifier.sh &> /dev/null +*/1 * * * * /usr/local/bin/species_notifier.sh &> /dev/null