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:
parent
6231059fbe
commit
59e83865bb
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue