mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update _common.sh
This commit is contained in:
parent
33c7fb54da
commit
0cbb6506e8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ ynh_jniwrapper_armhf ()
|
|||
popd
|
||||
|
||||
# rm official jniwrapper to copy
|
||||
original_jniwrapper=$(ls $final_path/jitsi-videobridge/lib/jniwrapper-native-*.jar
|
||||
original_jniwrapper=$(ls $final_path/jitsi-videobridge/lib/jniwrapper-native-*.jar)
|
||||
ynh_secure_remove --file="$original_jniwrapper"
|
||||
|
||||
mv "$tempdir/jitsi-sctp/jniwrapper/native/target/jniwrapper-native-1.0-SNAPSHOT.jar" "$final_path/jitsi-videobridge/lib/"
|
||||
|
|
Loading…
Reference in a new issue