removed debugging

This commit is contained in:
mcguirepr89
2021-10-02 10:45:58 -04:00
committed by GitHub
parent 526e56903d
commit bbf77ab737
+1 -1
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -xe
set -e
my_dir=${HOME}/BirdNET-Lite
trap '${my_dir}/scripts/dump_logs.sh && exit' EXIT SIGHUP SIGINT