From a1c17e35aeebdb2d2c03264a3b9c563167789e11 Mon Sep 17 00:00:00 2001 From: Moutonjr Geoff Date: Wed, 2 Oct 2019 22:01:23 +0200 Subject: [PATCH] Add password to Database --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9c532ce..3b045d4 100755 --- a/scripts/install +++ b/scripts/install @@ -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_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