0df161b762
moved systemd services to /usr/lib/systemd/system will symlink from templates for easy updates
6 lines
196 B
Bash
Executable File
6 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Update the species list
|
|
#set -x
|
|
source /etc/birdnet/birdnet.conf
|
|
sqlite3 /home/pi/BirdNET-Pi/scripts/birds.db "SELECT DISTINCT(Com_Name) FROM detections" | sort > ${IDFILE}
|