From 67e286f60dcdb32c08e341bc84ece17c695bed03 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 4 Nov 2021 09:35:35 -0400 Subject: [PATCH] Update birdnet_analysis.sh --- scripts/birdnet_analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/birdnet_analysis.sh b/scripts/birdnet_analysis.sh index f00b5f2..f7d6ff0 100755 --- a/scripts/birdnet_analysis.sh +++ b/scripts/birdnet_analysis.sh @@ -7,7 +7,7 @@ source /etc/birdnet/birdnet.conf # the birdnet.conf as it was the last time this script was called my_dir=$(realpath $(dirname $0)) if [ -z ${THIS_RUN} ];then THIS_RUN=/home/pi/BirdNET-Pi/thisrun.txt;fi -if [ -z ${LAST_RUN} ];then LAST_RUN=/home/pi/BirdNET-Pi/thisrun.txt;fi +if [ -z ${LAST_RUN} ];then LAST_RUN=/home/pi/BirdNET-Pi/lastrun.txt;fi if [ -z ${LATITUDE} ];then LATITUDE=-1;fi if [ -z ${LONGITUDE} ];then LONGITUDE=-1;fi make_thisrun() {