From 0aee608443a7cb01ecfb00c926d55d0c7750b85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 6 Dec 2023 10:23:42 +0100 Subject: [PATCH] Remove subdirs in manifest as it's not managed by core --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f57f9d7..3dd37ab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -68,7 +68,6 @@ ram.runtime = "500M" dir = "/opt/yunohost/__APP__" owner = "__APP__:rwX" group = "__APP__:rX" - subdirs = ["installed", "logs"] [resources.data_dir] dir = "/home/yunohost.app/__APP__"