mirror of
https://github.com/YunoHost-Apps/abantecart_ynh.git
synced 2024-09-03 18:06:16 +02:00
Update install
This commit is contained in:
parent
4949b0a573
commit
ce8327d1c2
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ ynh_app_setting_set "$app" admin_email "$admin_email"
|
|||
#=================================================
|
||||
|
||||
db_name=$(ynh_sanitize_dbid $app)
|
||||
db_pass=$(ynh_string_random)
|
||||
ynh_app_setting_set $app db_name $db_name
|
||||
ynh_mysql_setup_db $db_name $db_name $db_pass
|
||||
ynh_app_setting_set $app db_pass $db_pass
|
||||
|
|
Loading…
Add table
Reference in a new issue