testing species notifier

This commit is contained in:
Patrick McGuire
2021-10-15 19:39:49 -04:00
parent 8604008965
commit 4f03fea42a
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Sends a notification if a new species is detected
#set -x
trap 'rm -f $TMPFILE' SIGINT SIGHUP EXIT
trap 'rm -f $TMPFILE' EXIT
source /etc/birdnet/birdnet.conf