From c8eb9d1a8cdb201bcf4557a0a866d87f12465834 Mon Sep 17 00:00:00 2001 From: Limezy Date: Sat, 6 Nov 2021 01:01:14 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a1c2f9..1fbfd8c 100755 --- a/scripts/install +++ b/scripts/install @@ -200,7 +200,7 @@ ynh_script_progression --message="Adding a configuration file..." --time --weigh ynh_add_config --template="../conf/.env" --destination="$final_path/.env" -chmod 400 "$final_path/.env" +chmod 750 "$final_path/.env" chown $app:$app "$final_path/.env" ### You can add specific configuration files.