updating for new mariadb version

This commit is contained in:
Patrick McGuire
2021-11-10 13:23:57 -05:00
parent 8e860d27a2
commit 9b2aa50206
+1 -4
View File
@@ -3,10 +3,7 @@
source /etc/birdnet/birdnet.conf
sudo mysql -e "
UPDATE mysql.user
SET Password=PASSWORD('${DB_PWD}')
WHERE USER='birder'
AND Host='localhost';
SET PASSWORD FOR 'birder'@'localhost' = PASSWORD('${DB_PWD}');
FLUSH PRIVILEGES";
git -C /home/pi/BirdNET-Pi checkout -f analyze.py
git -C /home/pi/BirdNET-Pi checkout -f scripts/viewdb.php