From b818bfd05b3e1f4b502ebcf757bc4f0ae496e807 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Mon, 11 Apr 2022 11:16:13 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 7b88bff..fee4e9c 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -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"