From 8c93bc4bd43babfd3a83adcdc9f0c46b34c66f16 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Fri, 13 Oct 2017 18:06:42 +0200 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index f46de2b..c030b3a 100755 --- a/scripts/install +++ b/scripts/install @@ -23,6 +23,8 @@ domain=$YNH_APP_ARG_DOMAIN path_url=$YNH_APP_ARG_PATH is_public=$YNH_APP_ARG_IS_PUBLIC +app=$YNH_APP_INSTANCE_NAME + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THIS ARGS #=================================================