mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Update install
This commit is contained in:
parent
008c685512
commit
e8b7daae0c
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ if [ $(uname -m) == "armv7l" ]
|
||||||
then
|
then
|
||||||
# rm official jniwrapper to copy
|
# rm official jniwrapper to copy
|
||||||
rm "$final_path/jitsi-videobridge/lib/jniwrapper-native-1.0-*"
|
rm "$final_path/jitsi-videobridge/lib/jniwrapper-native-1.0-*"
|
||||||
cp "./jniwrapper/native/target/jniwrapper-native-1.0-SNAPSHOT.jar" "$final_path/jitsi-videobridge/lib/"
|
cp "/tmp/jitsi-install/jniwrapper/native/target/jniwrapper-native-1.0-SNAPSHOT.jar" "$final_path/jitsi-videobridge/lib/"
|
||||||
fi
|
fi
|
||||||
# Start a systemd service
|
# Start a systemd service
|
||||||
ynh_systemd_action --service_name=$app-jicofo --action="restart" --log_path="/var/log/$app/$app-jicofo.log"
|
ynh_systemd_action --service_name=$app-jicofo --action="restart" --log_path="/var/log/$app/$app-jicofo.log"
|
||||||
|
|
Loading…
Reference in a new issue