Merge branch 'rpi4' of github.com:mcguirepr89/BirdNET-Lite into rpi4

merges
This commit is contained in:
Patrick McGuire
2021-10-02 10:53:52 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xe
set -e
my_dir=${HOME}/BirdNET-Lite
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Creates and installs the /etc/birdnet/birdnet.conf file
set -x # Uncomment to enable debugging
#set -x # Uncomment to enable debugging
set -e
trap 'exit 1' SIGINT SIGHUP