preparing for a merge with main

This commit is contained in:
Patrick McGuire
2021-10-13 15:54:14 -04:00
parent 47cf04d59a
commit 2c2b331180
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
my_dir=${HOME}/BirdNET-Pi
branch=testing
branch=main
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT