diff --git a/scripts/install b/scripts/install index 8966401..6db9a34 100644 --- a/scripts/install +++ b/scripts/install @@ -220,16 +220,6 @@ ynh_add_config --template="../conf/jitsi-videobridge-sip-communicator.properties ynh_add_config --template="../conf/jitsi-videobridge.config" --destination="/etc/$app/videobridge/config" -#================================================= -# REPLACE JNIWRAPPER FOR ARMHF AARCHITECTURE -#================================================= - -if [ $YNH_ARCH == "armhf" ] -then - ynh_script_progression --message="Configuring jniwrapper for armhf ..." - ynh_jniwrapper_armhf -fi - #================================================= # CONFIGURE JITSI-JICOFO #================================================= @@ -306,6 +296,17 @@ ynh_script_progression --message="Starting a systemd service..." ynh_systemd_action --service_name=$app-jicofo --action="start" --log_path="/var/log/$app/$app-jicofo.log" ynh_systemd_action --service_name=$app-videobridge --action="start" --log_path="/var/log/$app/$app-videobridge.log" +#================================================= +# REPLACE JNIWRAPPER FOR ARMHF AARCHITECTURE +#================================================= + +if [ $YNH_ARCH == "armhf" ] +then + ynh_script_progression --message="Configuring jniwrapper for armhf ..." + ynh_jniwrapper_armhf + +fi + #================================================= # SETUP SSOWAT #=================================================