mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ynh_psql_create_db take only 2 arguments
This commit is contained in:
parent
b1b14a399d
commit
95dd430334
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ ynh_psql_setup_db() {
|
|||
ynh_psql_create_user "$db_user" "$db_pwd"
|
||||
fi
|
||||
|
||||
ynh_psql_create_db "$db_name" "$db_user" "$db_pwd" # Create the database
|
||||
ynh_psql_create_db "$db_name" "$db_user" # Create the database
|
||||
ynh_app_setting_set --app=$app --key=psqlpwd --value=$db_pwd # Store the password in the app's config
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue