From 2d731bf8cc793f2f89fe5cf0d26e7fb13b8a9714 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 15:59:27 +0100 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9cb5f43..790d938 100755 --- a/scripts/install +++ b/scripts/install @@ -122,10 +122,10 @@ ynh_add_nginx_config 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/.env" +ynh_add_config --template="../conf/.env" --destination="$final_path/public/.env" -chmod 650 "$final_path/.env" -chown $app:$app "$final_path/.env" +chmod 650 "$final_path/public/.env.env" +chown $app:$app "$final_path/public/.env.env" chmod 650 "$final_path/config/config.yml" chown $app:$app "$final_path/config/config.yml"