preparing curl for tests

This commit is contained in:
Patrick McGuire
2021-10-14 17:23:18 -04:00
parent fe16926627
commit 673c7fc8db
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
my_dir=${HOME}/BirdNET-Pi
branch=main
branch=testing
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT