From 4849f62bc9a77fd31c4e11a69268546d1b559a40 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 25 Feb 2019 21:13:59 +0100 Subject: [PATCH] fix db_pwd --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f449915..fd549a2 100644 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ ynh_print_info "Creating a PostgreSQL database..." ### - As well as the section "RESTORE THE POSTGRESQL DATABASE" in the restore script db_name=$(ynh_sanitize_dbid $app) -db_pwd=$(ynh_string_random 30) +db_pwd="onlyoffice" ynh_app_setting_set $app db_name $db_name ynh_app_setting_set $app db_pwd $db_pwd ynh_psql_test_if_first_run