fix db_user missing

This commit is contained in:
yalh76
2019-05-02 21:04:03 +02:00
parent 46d318c00b
commit 8cd1f74d2f
3 changed files with 6 additions and 3 deletions

View File

@@ -31,6 +31,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
# Add settings here as needed by your application
#db_name=$(ynh_app_setting_get --app=$app --key=db_name)
#db_user=$db_name
#db_pwd=$(ynh_app_setting_get --app=$app --key=db_pwd)
#=================================================