From 437144605fa961dffba6a4adda051c93455f0db9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 12 Aug 2021 16:11:36 +0200 Subject: [PATCH] Update install --- scripts/install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/install b/scripts/install index 6cee0d4..7959bee 100644 --- a/scripts/install +++ b/scripts/install @@ -117,6 +117,13 @@ ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --targ ynh_add_systemd_config +#================================================= +# ADD A CONFIGURATION +#================================================= +ynh_script_progression --message="Adding a configuration file..." --weight=1 + +ynh_add_config --template="../conf/.env" --destination="$final_path/.env" + #================================================= # GENERIC FINALIZATION #=================================================