From bbf77ab73732ec453968a5eb68f54f61559e2394 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:45:58 -0400 Subject: [PATCH 1/2] removed debugging --- 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 be2d7c3..4406ee2 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -set -xe +set -e my_dir=${HOME}/BirdNET-Lite trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT From 087abd2a95af7c9ea6a1e85ed83d6db851feea88 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:46:44 -0400 Subject: [PATCH 2/2] Update install_config.sh --- scripts/install_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_config.sh b/scripts/install_config.sh index b238336..eb24fe7 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # Creates and installs the /etc/birdnet/birdnet.conf file -set -x # Uncomment to enable debugging +#set -x # Uncomment to enable debugging set -e trap 'exit 1' SIGINT SIGHUP