1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

[fix] error typo

This commit is contained in:
frju365 2018-02-11 20:14:47 +01:00 committed by GitHub
parent 084c77f144
commit 3f863203bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ db_name=$(ynh_sanitize_dbid $app)
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
ynh_app_setting_set $app" db_user $db_user
ynh_app_setting_set $app db_user $db_user
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE