From 6d5ea98beee872ab8b2e3c9da15fc538863b4176 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:48:00 -0500 Subject: [PATCH] Update rebuild_db.sh --- scripts/rebuild_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild_db.sh b/scripts/rebuild_db.sh index fed7f04..d73536a 100755 --- a/scripts/rebuild_db.sh +++ b/scripts/rebuild_db.sh @@ -2,7 +2,7 @@ # Rebuild DB from BirdDB.txt source /etc/birdnet/birdnet.conf BIRDNET_DIR=/home/pi/BirdNET-Pi -sudo ${BIRDNET_DIR}/scripts/createdb.sh +sudo ${BIRDNET_DIR}/scripts/createdb_bullseye.sh sudo mysql birds -e " LOAD DATA LOCAL INFILE '/home/pi/BirdNET-Pi/BirdDB.txt' INTO TABLE detections