From c6b617ac73bb484267afed5d835eed2c02d68b5f Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Tue, 26 Jan 2016 20:25:32 +0100 Subject: [PATCH] Update packaging_apps.md --- packaging_apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_apps.md b/packaging_apps.md index b6218fc2..105f306f 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -84,7 +84,7 @@ You have to put everything in the `install` script in order to get the app to in ### Architecture and arguments Since YunoHost has a unified architecture, you will be able to guess most of the settings you need. But if you need variable ones, like the domain or web path, you will have to ask the administrator at installation (see `arguments` section in the manifest above). -**Note**: the arguments will be passed in the order that they appear in the manifest. For example for **roundcube**, the `domain` argument will be referenced as `$1` in the script, and `path` as `$2`. +Arguments management ### Hooks YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI).