From 2cb811cda3abd75f035d411b5e4f81d3272228b6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Jun 2021 18:33:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 80d2200..7bcf638 100755 --- a/scripts/install +++ b/scripts/install @@ -86,7 +86,7 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_setup_source --dest_dir="$final_path" chmod 750 "$final_path" -chmod -R o-rwx "$final_path" +#chmod -R o-rwx "$final_path" chown -R $app: "$final_path" chmod -R 700 $final_path/data