From 277939264a1f38cde13e7bf96fe510f1dd91c80a Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 9 Jun 2017 16:09:19 +0200 Subject: [PATCH] Correct error --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index e14710e..c19f711 100755 --- a/scripts/install +++ b/scripts/install @@ -11,8 +11,8 @@ source /usr/share/yunohost/helpers # Retrieve arguments -domain=$YUNOHOST_APP_ARG_DOMAIN -is_public=$YUNOHOST_APP_ARG_IS_PUBLIC +domain=$YNH_APP_ARG_DOMAIN +is_public=$YNH_APP_ARG_DOMAIN # Save app settings