mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update upgrade
This commit is contained in:
parent
b15cfb3f50
commit
a07d9e1422
1 changed files with 11 additions and 10 deletions
|
@ -206,16 +206,6 @@ then
|
|||
ynh_add_config --template="../conf/jitsi-videobridge.config" --destination="/etc/$app/videobridge/config"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# REPLACE JNIWRAPPER FOR ARMHF ARCHITECTURE
|
||||
#=================================================
|
||||
|
||||
if [ $YNH_ARCH == "armhf" ]
|
||||
then
|
||||
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
|
||||
ynh_jniwrapper_armhf
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# CONFIGURE JITSI-JICOFO
|
||||
#=================================================
|
||||
|
@ -300,6 +290,17 @@ ynh_script_progression --message="Reloading NGINX web server..."
|
|||
|
||||
ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
#=================================================
|
||||
# REPLACE JNIWRAPPER FOR ARMHF ARCHITECTURE
|
||||
#=================================================
|
||||
# jitsi need to be started at least once. why ? modifications will be taken event without restarting services.
|
||||
|
||||
if [ $YNH_ARCH == "armhf" ]
|
||||
then
|
||||
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
|
||||
ynh_jniwrapper_armhf
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue