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

Update config

This commit is contained in:
rosbeef andino 2022-04-04 16:54:34 -04:00 committed by GitHub
parent d6ab3916f1
commit 5bcb04bcbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,6 +51,11 @@ set__max_memory(){
port_videobridge=$(ynh_app_setting_get --app=$app --key=port_videobridge) port_videobridge=$(ynh_app_setting_get --app=$app --key=port_videobridge)
port_component=$(ynh_app_setting_get --app=$app --key=port_component) port_component=$(ynh_app_setting_get --app=$app --key=port_component)
#=================================================
# SET SETTINGS
#=================================================
ynh_app_setting_set --app=$app --key=max_memory --value=$max_memory
#================================================= #=================================================
# UPDATE CONFIG FILES # UPDATE CONFIG FILES
#================================================= #=================================================