From 1bf12f35a1bf1e230f100037e0183269a75d3605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:45:56 +0100 Subject: [PATCH] add `w` to owner permissions for the install dir --- .../80.resources/15.appresources/packaging_apps_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 8181a28e..fe6043ae 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -115,7 +115,7 @@ Creates a directory to be used by the app as the installation directory, typical ##### Properties: - `dir`: (default: `/var/www/__APP__`) The full path of the install dir -- `owner`: (default: `__APP__:rx`) The owner (and owner permissions) for the install dir +- `owner`: (default: `__APP__:rwx`) The owner (and owner permissions) for the install dir - `group`: (default: `__APP__:rx`) The group (and group permissions) for the install dir ##### Provision/Update: