From da87fec4d748a9fde7c34a3bcba2da90ac9004ef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 15 Aug 2021 18:14:36 +0200 Subject: [PATCH] Fix install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 676bdee..23ae165 100644 --- a/scripts/install +++ b/scripts/install @@ -27,10 +27,10 @@ admin=$YNH_APP_ARG_ADMIN is_public=$YNH_APP_ARG_IS_PUBLIC secret_key=$(ynh_string_random) -datadir=/home/$app - app=$YNH_APP_INSTANCE_NAME +datadir=/home/$app + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================