From b4b27bece2a9c4e746cb0a054a26bad942c3af64 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Mon, 4 Apr 2022 16:42:00 -0400 Subject: [PATCH] change max user to max memory for better understand --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 4f8df34..2cc4fb2 100644 --- a/scripts/install +++ b/scripts/install @@ -24,7 +24,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -maxmembers=$YNH_APP_ARG_MAXMEMBERS +max_memory=$YNH_APP_ARG_MAX_MEMORY path_url="/" app=$YNH_APP_INSTANCE_NAME @@ -43,9 +43,6 @@ focus_user="focus" videobridge_user="jvb" -user_memory_usage=1,5 -max_memory=$(( $user_memory_usage * $maxmembers )) - #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================