1
0
Fork 0
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:
Moutonjr Geoff 2019-10-02 22:01:23 +02:00
parent 79a5eb325b
commit a1c17e35ae

View file

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