From 59b0f9b4bb93dc05b2256170e032bdf9bbc07f0e Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 07:08:56 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index dc2edee..7d9a54a 100755 --- a/scripts/install +++ b/scripts/install @@ -34,7 +34,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC ### The app instance name is probably what interests you most, since this is ### guaranteed to be unique. This is a good unique identifier to define installation path, ### db names... -#app=$YNH_APP_INSTANCE_NAME +app=$YNH_APP_INSTANCE_NAME #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS