From aa6e05fcc4f6b77273abbcc4564545b86e772e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 31 Aug 2024 11:51:27 +0200 Subject: [PATCH] Fix config toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e0b04be..b04f7f5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -77,10 +77,9 @@ ram.runtime = "1G" home = "/opt/yunohost/matrix-__APP__" [resources.install_dir] - group = "www-data:r-x" dir = "/var/www/__APP__" owner = "__APP__:rwX" - group = "__APP__:rX" + group = "www-data:r-x" [resources.data_dir] dir = "/home/yunohost.app/__APP__"