From 439f605e35324b2f8d4c0e23386a0f36b11cee2b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 1 Jul 2020 19:54:44 +0200 Subject: [PATCH] Missing branch var --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index e5936b3..e5e1341 100644 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,7 @@ export app=$YNH_APP_INSTANCE_NAME export domain=$YNH_APP_ARG_DOMAIN export path_url=/ export admin=$YNH_APP_ARG_ADMIN +export branch=$YNH_APP_ARG_BRANCH export email=$admin@$domain export isp_name=ARN export isp_site="https://arn-fai.net"