From 194f71e818c24193db77e9e231e786f8b8dd42a4 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Wed, 13 Apr 2022 01:16:12 -0400 Subject: [PATCH] Update install --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 83fa7c0..27de8a1 100644 --- a/scripts/install +++ b/scripts/install @@ -44,6 +44,8 @@ videobridge_user="jvb" max_memory=200 #125 mib with no user +1,5*50 users=75 mib +scriptpath=$(pwd) + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #================================================= @@ -171,8 +173,10 @@ then fi # compile + cd /tmp/jitsi-install/jitsi-sctp mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests mvn package + cd $scriptpath fi ynh_app_setting_set --app=$app --key=final_path --value=$final_path