From d72aadbfa6adbf1809fc44121a82b643b49b7ccc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 10 Nov 2021 08:19:07 +0100 Subject: [PATCH] Update install --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 66c3cb3..16607cc 100644 --- a/scripts/install +++ b/scripts/install @@ -27,6 +27,8 @@ admin=$YNH_APP_ARG_ADMIN password=$YNH_APP_ARG_PASSWORD is_public=$YNH_APP_ARG_IS_PUBLIC +app=$YNH_APP_INSTANCE_NAME + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================