preparing branch for testing

This commit is contained in:
mcguirepr89
2022-01-20 15:33:21 -05:00
parent b7f03704dd
commit 69109784aa
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=main
branch=forms
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT
if [ "$(uname -m)" != "aarch64" ];then