From 0d3bf2b8f19abde58db06e699a0680bdcab1494e Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 9 Jun 2017 16:36:14 +0200 Subject: [PATCH] Add app variable --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index d7193a4..6e52add 100755 --- a/scripts/install +++ b/scripts/install @@ -9,6 +9,9 @@ set -eu source _common.sh source /usr/share/yunohost/helpers +# App variable + +app=$YNH_APP_INSTANCE_NAME # Retrieve arguments domain=$YNH_APP_ARG_DOMAIN