Browse Source

database password

Bob Mottram 8 years ago
parent
commit
7e14979572
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/freedombone-app-koel

+ 3
- 0
src/freedombone-app-koel View File

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