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-03 21:53:35 -04:00 committed by GitHub
parent 6231059fbe
commit 59e83865bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,8 @@ focus_user="focus"
videobridge_user="jvb" videobridge_user="jvb"
max_memory=$((1.5*$maxmembers)) user_memory_usage=1.5
max_memory=$(($user_memory_usage * $maxmembers))
#================================================= #=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS