From 106e1fa80145d777a63ca1ed2d29d134edd8c2f7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 9 May 2022 19:50:58 +0200 Subject: [PATCH] ynh_add_config template --- helpers/utils | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helpers/utils b/helpers/utils index 8ae68fad5..60cbedb5c 100644 --- a/helpers/utils +++ b/helpers/utils @@ -311,8 +311,7 @@ ynh_local_curl() { # | arg: -d, --destination= - Destination of the config file # # examples: -# ynh_add_config --template=".env" --destination="$final_path/.env" -# ynh_add_config --template="../conf/.env" --destination="$final_path/.env" +# ynh_add_config --template=".env" --destination="$final_path/.env" use the template file "../conf/.env" # ynh_add_config --template="/etc/nginx/sites-available/default" --destination="etc/nginx/sites-available/mydomain.conf" # # The template can be by default the name of a file in the conf directory