replace default password with set password

This commit is contained in:
Patrick McGuire
2021-10-10 15:33:54 -04:00
parent 560cf34439
commit bfdc46b749
+1 -1
View File
@@ -39,4 +39,4 @@ GRANT ALL ON birds.* TO 'birder'@'localhost' IDENTIFIED BY '${DB_PWD}' WITH GRAN
exit
EOF
sed -i "s/databasepassword/${DB_PWD}/g" /home/pi/Birding-Pi/analyze.py