database password

This commit is contained in:
Bob Mottram 2017-05-25 18:18:28 +01:00
parent 58ecc2d8d5
commit 7e14979572
1 changed files with 3 additions and 0 deletions

View File

@ -543,6 +543,9 @@ function install_koel {
npm install
php composer.phar install
function_check get_mariadb_password
get_mariadb_password
cp .env.example .env
sed -i "s/ADMIN_EMAIL=.*/ADMIN_EMAIL=$MY_EMAIL_ADDRESS/g" .env
sed -i "s/ADMIN_NAME=.*/ADMIN_NAME=$MY_USERNAME/g" .env