From 237446fbcdea12a343f541cf276c6e32ee0b292b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 27 Sep 2022 22:43:55 +0200 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index 5fdffd0..cfb1a3c 100644 --- a/scripts/install +++ b/scripts/install @@ -149,6 +149,7 @@ ynh_script_progression --message="Modifying a config file..." --weight=3 smtp_user_pwd=$(ynh_string_random --length=24) url=https://$domain$path_url +db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) ynh_add_config --template="../conf/config.json" --destination="$final_path/config/config.json"