this fixes the "TinyFileManager" "bug" (not a bug!!!)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user