From 304f9062d93ef130b4572f93e775e21819b878ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Nov 2021 22:05:57 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d1694de..1a7a80d 100644 --- a/scripts/install +++ b/scripts/install @@ -119,8 +119,8 @@ ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_ar # Configure redis redis_db=$(ynh_redis_get_free_db) ynh_app_setting_set --app="$app" --key=redis_db --value="$redis_db" - mail_pwd=$(ynh_string_random --length=12) + ynh_add_config --template=../conf/.env.example --destination=$final_path/.env chmod 600 $final_path/.env