From 673c7fc8dbdb3f2be8473a49b1991124f200d00c Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 14 Oct 2021 17:23:18 -0400 Subject: [PATCH] preparing curl for tests --- Birders_Guide_Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index 36998d7..d0db96e 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -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