This commit is contained in:
Pierre Ozoux 2016-02-10 16:04:59 +00:00
parent fe8a519a09
commit 286efefcff

View file

@ -2,7 +2,7 @@
## Arguments management
#### Retrieve arguments in the install script from manifest
Arguments are give to the install script from the manifest in it's order. For instance for Roundcube, `domain` and `path` arguments will respectively be retreive from `$1` and `$2` parameters in the install script.
Arguments are given to the install script from the manifest in it's order. For instance, for Roundcube, `domain` and `path` arguments will respectively be retreived from `$1` and `$2` parameters in the install script.
```bash
# Retrieve arguments
@ -24,4 +24,4 @@ Then, the script can retrieve saved arguments with this command:
domain=$(sudo yunohost app setting $app domain)
```
Those data are saved in `/etc/yunohost/apps/<app_name>/settings.yml`.
Those data are saved in `/etc/yunohost/apps/<app_name>/settings.yml`.