From e07c744a306cccbb13756d80a204efd6539a5e53 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:09:45 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- 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 d9d9ddb..ef88678 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -e +set -xe my_dir=${HOME}/BirdNET-Lite trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT