mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
add w
to owner permissions for the install dir
This commit is contained in:
parent
18992d790c
commit
1bf12f35a1
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Creates a directory to be used by the app as the installation directory, typical
|
||||||
|
|
||||||
##### Properties:
|
##### Properties:
|
||||||
- `dir`: (default: `/var/www/__APP__`) The full path of the install dir
|
- `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
|
- `group`: (default: `__APP__:rx`) The group (and group permissions) for the install dir
|
||||||
|
|
||||||
##### Provision/Update:
|
##### Provision/Update:
|
||||||
|
|
Loading…
Add table
Reference in a new issue