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