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

Fix upgrade step

This commit is contained in:
yalh76 2019-07-14 15:03:48 +02:00
parent 9b5f2f164c
commit 4b1d3658c9

View file

@ -116,7 +116,9 @@ ynh_script_progression --message="Building Jitsi-Videobridge..." --time --weight
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
mkdir -p "$final_path/.sip-communicator"
cp ../conf/sip-communicator.properties "$final_path/.sip-communicator/sip-communicator.properties"
chown -R $app: $final_path
fi
#=================================================