mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Automatic conf
This commit is contained in:
parent
e68c9a6060
commit
f9705f1043
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ fi
|
|||
|
||||
db_user=$app
|
||||
#db_pwd=$(dd if=/dev/urandom bs=1 count=200 2> /dev/null | tr -c -d '[A-Za-z0-9]' | sed -n 's/\(.\{24\}\).*/\1/p')
|
||||
db_pwd=admin_pwd
|
||||
db_pwd=$admin_pwd
|
||||
|
||||
# Initialize database and store mysql password for upgrade
|
||||
sudo yunohost app initdb $db_user -p $db_pwd
|
||||
|
|
Loading…
Add table
Reference in a new issue