Update install_config.sh

This commit is contained in:
mcguirepr89
2021-10-02 10:08:10 -04:00
committed by GitHub
parent 71f3a65498
commit bd6c4e6a22
+1 -1
View File
@@ -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