From c84973d9493477bed4adeb95cb7d9b8859332859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:01:16 +0100 Subject: [PATCH] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 790d938..b516cc1 100755 --- a/scripts/install +++ b/scripts/install @@ -124,8 +124,8 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1 ynh_add_config --template="../conf/config.yml" --destination="$final_path/config/config.yml" ynh_add_config --template="../conf/.env" --destination="$final_path/public/.env" -chmod 650 "$final_path/public/.env.env" -chown $app:$app "$final_path/public/.env.env" +chmod 650 "$final_path/public/.env" +chown $app:$app "$final_path/public/.env" chmod 650 "$final_path/config/config.yml" chown $app:$app "$final_path/config/config.yml"