1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Update install

This commit is contained in:
rosbeef andino 2022-04-13 01:16:12 -04:00 committed by GitHub
parent 45a22c72d3
commit 194f71e818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,8 @@ videobridge_user="jvb"
max_memory=200 #125 mib with no user +1,5*50 users=75 mib 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 # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#================================================= #=================================================
@ -171,8 +173,10 @@ then
fi fi
# compile # compile
cd /tmp/jitsi-install/jitsi-sctp
mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests mvn package -DbuildSctp -DbuildNativeWrapper -DdeployNewJnilib -DskipTests
mvn package mvn package
cd $scriptpath
fi fi
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path