From 860400896512ce8c4a880aa9284e3ece3af67793 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Fri, 15 Oct 2021 19:33:08 -0400 Subject: [PATCH] Update update_species.sh --- scripts/update_species.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_species.sh b/scripts/update_species.sh index 0c5f028..0484275 100755 --- a/scripts/update_species.sh +++ b/scripts/update_species.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Update the species list #set -x -trap 'rm -f "$TMPFILE"' SIGINT SIGTERM EXIT +trap 'rm -f "$TMPFILE"' EXIT source /etc/birdnet/birdnet.conf