preparing for merge

This commit is contained in:
mcguirepr89
2022-01-24 16:10:07 -05:00
parent c0d4a6de36
commit e88e5df870
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
USER=pi
HOME=/home/pi
my_dir=${HOME}/BirdNET-Pi
branch=forms
branch=main
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then