1
0
Fork 0
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:
frju365 2018-03-24 20:37:46 +01:00 committed by GitHub
parent 4949b0a573
commit ce8327d1c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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