From a5230a637ef251ad430042228bc53f44a2310e6f Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Tue, 8 Mar 2022 11:38:11 -0500 Subject: [PATCH] removed most errors from clear_all_data --- scripts/createdb.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/createdb.sh b/scripts/createdb.sh index 8f2e230..72f1dce 100755 --- a/scripts/createdb.sh +++ b/scripts/createdb.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -set -x source /etc/birdnet/birdnet.conf sqlite3 /home/pi/BirdNET-Pi/scripts/birds.db << EOF DROP TABLE IF EXISTS detections;