From bd6c4e6a2235167d878d5f82cc6bffe9ee19dd10 Mon Sep 17 00:00:00 2001 From: mcguirepr89 <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:08:10 -0400 Subject: [PATCH] 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 eb24fe7..b238336 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