From 030c1cb58fc99a3894d1238ff5ec34530a7cebeb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 10 Apr 2021 18:41:03 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 93626c8..aba29af 100755 --- a/scripts/install +++ b/scripts/install @@ -190,7 +190,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Adding a config file..." -#ynh_add_config --template="../conf/.env" --destination="$final_path/$app/.env" +ynh_add_config --template="../conf/.env" --destination="$final_path/$app/.env" chmod 400 "$final_path/$app/.env" chown $app:$app "$final_path/$app/.env"