this fixes the "TinyFileManager" "bug" (not a bug!!!)

This commit is contained in:
mcguirepr89
2022-05-09 16:13:43 -04:00
parent 062f720add
commit 9e6be6cfaa
+2
View File
@@ -2,4 +2,6 @@
# Update the species list # Update the species list
#set -x #set -x
source /etc/birdnet/birdnet.conf source /etc/birdnet/birdnet.conf
if [ -f $HOME/BirdNET-Pi/scripts/birds.db ];then
sqlite3 $HOME/BirdNET-Pi/scripts/birds.db "SELECT DISTINCT(Com_Name) FROM detections" | sort > ${IDFILE} sqlite3 $HOME/BirdNET-Pi/scripts/birds.db "SELECT DISTINCT(Com_Name) FROM detections" | sort > ${IDFILE}
fi