From 52c63ce7b8516de3854b4dd478c06c9ea40255e3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 24 Nov 2021 22:02:56 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d8f73ff..f501ce1 100644 --- a/scripts/install +++ b/scripts/install @@ -114,8 +114,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 key=$(ynh_string_random 24) ynh_add_config --template="../conf/.env" --destination="$final_path/.env" -chmod 400 "$final_path/some_config_file" -chown $app:$app "$final_path/some_config_file" +chmod 400 "$final_path/.env" +chown $app:$app "$final_path/.env" #================================================= # INSTALL AND INITIALIZE COMPOSER