Update install_services.sh

This commit is contained in:
Patrick McGuire
2022-04-11 11:16:13 -04:00
committed by GitHub
parent 7e3d983274
commit b818bfd05b
-1
View File
@@ -3,7 +3,6 @@
set -x # Uncomment to enable debugging
trap 'rm -f ${tmpfile}' EXIT
trap 'exit 1' SIGINT SIGHUP
my_dir=$HOME/BirdNET-Pi/scripts
tmpfile=$(mktemp)
config_file="$(dirname ${my_dir})/birdnet.conf"