Update install_birdnet.sh

This commit is contained in:
Patrick McGuire
2022-01-22 16:31:27 -05:00
committed by GitHub
parent e10aa84961
commit cc6050fdcf
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Install BirdNET script
#set -x # debugging
set -x # debugging
set -e # exit installation if anything fails
my_dir=$(realpath $(dirname $0))
trap '${my_dir}/dump_logs.sh && echo -e "\n\nExiting the installation. Goodbye!" && exit 1' SIGINT