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