From fcaa366e9154740ed72cc22c55848604b63cb007 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 30 Jun 2024 19:28:18 +0200 Subject: [PATCH] helpers2.1: zzzz --- helpers/helpers.v2.1.d/utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers.v2.1.d/utils b/helpers/helpers.v2.1.d/utils index 859cd29d9..5d2c72e16 100644 --- a/helpers/helpers.v2.1.d/utils +++ b/helpers/helpers.v2.1.d/utils @@ -272,7 +272,7 @@ _ynh_apply_default_permissions() { fi # Files inside should be owned by $app with rw-r----- (+x for folders or files that already have +x) # The group needs read/dirtraversal (in particular if it's www-data) - chmod -R u=rwX,g=r-X,o=--- "$target" + chmod -R u=rwX,g=rX,o=--- "$target" chown -R "$app:$group" "$target" return fi