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

more sexy

This commit is contained in:
yalh76 2022-04-14 21:11:55 +02:00
parent a63933e5f7
commit 651a055b47
2 changed files with 2 additions and 2 deletions

View file

@ -218,10 +218,10 @@ ynh_add_config --template="../conf/jitsi-videobridge.config" --destination="/etc
#=================================================
# REPLACE JNIWRAPPER FOR ARMHF AARCHITECTURE
#=================================================
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
if [ $YNH_ARCH == "armhf" ]
then
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
ynh_jniwrapper_armhf
fi

View file

@ -212,10 +212,10 @@ fi
#=================================================
# REPLACE JNIWRAPPER FOR ARMHF ARCHITECTURE
#=================================================
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
if [ $YNH_ARCH == "armhf" ]
then
ynh_script_progression --message="Configuring jniwrapper for armhf ..."
ynh_jniwrapper_armhf
fi