USER exported to createdb.sh

This commit is contained in:
mcguirepr89
2022-04-11 12:33:00 -04:00
parent dde349b969
commit 9319b1b55c
2 changed files with 6 additions and 3 deletions
+2 -2
View File
@@ -16,5 +16,5 @@ CREATE TABLE IF NOT EXISTS detections (
Overlap FLOAT,
File_Name VARCHAR(100) NOT NULL);
EOF
sudo chown $USER:$USER $HOME/BirdNET-Pi/scripts/birds.db
sudo chmod g+w $HOME/BirdNET-Pi/scripts/birds.db
chown $USER:$USER $HOME/BirdNET-Pi/scripts/birds.db
chmod g+w $HOME/BirdNET-Pi/scripts/birds.db