1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00
This commit is contained in:
rosbeef andino 2022-04-04 13:23:23 -04:00 committed by GitHub
parent d28ade187a
commit 83ecfd7c5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#================================================= #=================================================