diff --git a/scripts/createdb.sh b/scripts/createdb.sh index a1e9055..b42b269 100755 --- a/scripts/createdb.sh +++ b/scripts/createdb.sh @@ -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