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:
parent
a63933e5f7
commit
651a055b47
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue