From 4b1d3658c947cc2a7ea0b309409dd72df671e835 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Jul 2019 15:03:48 +0200 Subject: [PATCH] Fix upgrade step --- scripts/upgrade | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index fc52f2d..2e62869 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 #=================================================