mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
typos
This commit is contained in:
parent
fe8a519a09
commit
286efefcff
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Arguments management
|
## Arguments management
|
||||||
#### Retrieve arguments in the install script from manifest
|
#### 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
|
```bash
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
|
|
Loading…
Add table
Reference in a new issue