Update birdnet_analysis.sh

This commit is contained in:
Patrick McGuire
2021-11-04 09:35:35 -04:00
committed by GitHub
parent 9e9d234431
commit 67e286f60d
+1 -1
View File
@@ -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() {