mirror of
https://github.com/YunoHost-Apps/openproject_ynh.git
synced 2024-09-03 19:56:10 +02:00
Add password to Database
This commit is contained in:
parent
79a5eb325b
commit
a1c17e35ae
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ ynh_store_file_checksum --file="$final_path/config/configuration.yml"
|
||||||
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=1
|
ynh_script_progression --message="Creating a PostgreSQL database..." --weight=1
|
||||||
|
|
||||||
ynh_psql_create_user "$db_user" "$db_pwd"
|
ynh_psql_create_user "$db_user" "$db_pwd"
|
||||||
ynh_psql_create_db "$db_name" "$db_user"
|
ynh_psql_create_db "$db_name" "$db_user" "$db_pwd"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RUBY POST-INSTALL
|
# RUBY POST-INSTALL
|
||||||
|
|
Loading…
Add table
Reference in a new issue