Update install_services.sh
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
set -x # Uncomment to enable debugging
|
set -x # Uncomment to enable debugging
|
||||||
trap 'rm -f ${tmpfile}' EXIT
|
trap 'rm -f ${tmpfile}' EXIT
|
||||||
trap 'exit 1' SIGINT SIGHUP
|
trap 'exit 1' SIGINT SIGHUP
|
||||||
my_dir=$HOME/BirdNET-Pi/scripts
|
|
||||||
tmpfile=$(mktemp)
|
tmpfile=$(mktemp)
|
||||||
config_file="$(dirname ${my_dir})/birdnet.conf"
|
config_file="$(dirname ${my_dir})/birdnet.conf"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user