updating for new mariadb version
This commit is contained in:
@@ -3,10 +3,7 @@
|
|||||||
source /etc/birdnet/birdnet.conf
|
source /etc/birdnet/birdnet.conf
|
||||||
|
|
||||||
sudo mysql -e "
|
sudo mysql -e "
|
||||||
UPDATE mysql.user
|
SET PASSWORD FOR 'birder'@'localhost' = PASSWORD('${DB_PWD}');
|
||||||
SET Password=PASSWORD('${DB_PWD}')
|
|
||||||
WHERE USER='birder'
|
|
||||||
AND Host='localhost';
|
|
||||||
FLUSH PRIVILEGES";
|
FLUSH PRIVILEGES";
|
||||||
git -C /home/pi/BirdNET-Pi checkout -f analyze.py
|
git -C /home/pi/BirdNET-Pi checkout -f analyze.py
|
||||||
git -C /home/pi/BirdNET-Pi checkout -f scripts/viewdb.php
|
git -C /home/pi/BirdNET-Pi checkout -f scripts/viewdb.php
|
||||||
|
|||||||
Reference in New Issue
Block a user