1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emailpoubelle_ynh.git synced 2024-09-03 18:26:29 +02:00

set mysqlpwd in app settings

This commit is contained in:
Krakinou 2018-11-25 14:45:21 +01:00 committed by GitHub
parent 97d118a6a1
commit be78919de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ ln -s $final_path/lang/it $final_path/lang/it_IT
#generating random password for database
db_pwd=$(ynh_string_random)
ynh_app_setting_set $app mysqlpwd $db_pwd
#configuring with given settings
sudo cp $final_path/conf-dist.php $final_path/conf.php