From c9a604ff694d0028c9bd54b994f8f495527044f0 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 10 Oct 2021 18:31:19 -0400 Subject: [PATCH] fixing uninstall issue --- templates/cleanup.cron | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/cleanup.cron b/templates/cleanup.cron index 38555fd..2c805fa 100644 --- a/templates/cleanup.cron +++ b/templates/cleanup.cron @@ -1,3 +1,4 @@ #birdnet 0 1 * * * /usr/local/bin/cleanup.sh &> /dev/null +#birdnet @reboot /usr/local/bin/cleanup.sh &> /dev/null