From c784fb00eaa59499a739d978017e78bc62df7223 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 12 Jan 2021 19:23:18 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index be7ef87..be22f16 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -149,7 +149,7 @@ ynh_script_progression --message="Updating coturn config..." --weight=1 coturn_config_path="/etc/$app/coturn.conf" -cp ../conf/turnserver.conf "$coturn_config_path" +cp ../conf/coturn/turnserver.conf "$coturn_config_path" ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$coturn_config_path" ynh_replace_string --match_string=__DOMAIN__ --replace_string=$domain --target_file="$coturn_config_path"