Update install_birdnet.sh

This commit is contained in:
Patrick McGuire
2022-04-11 10:39:00 -04:00
committed by GitHub
parent 61244b1463
commit 3d0f5200e5
-1
View File
@@ -3,7 +3,6 @@
set -x
exec > >(tee -i installation-$(date +%F).txt) 2>&1
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
cd $my_dir || exit 1