mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
fix bug
This commit is contained in:
parent
d28ade187a
commit
83ecfd7c5b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fi
|
||||||
# If max_memory doesn't exist, create it and set to default 3074 mb value
|
# If max_memory doesn't exist, create it and set to default 3074 mb value
|
||||||
if [ -z "$max_memory" ]; then
|
if [ -z "$max_memory" ]; then
|
||||||
max_memory=3072
|
max_memory=3072
|
||||||
ynh_app_setting_set --app=$app --key=final_path --value=$max_memory
|
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue