updating for new mariadb version
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user