From a70310271db6b931e107d0a388a041da0d7c5d01 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 12 Jan 2021 17:06:41 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9eae3b4..5bdf034 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -147,7 +147,7 @@ ynh_script_progression --message="Updating coturn config..." --weight=1 # WARNING : theses command are used in INSTALL, UPGRADE # For any update do it in all files -coturn_config_path="/etc/matrix-$app/coturn.conf" +coturn_config_path="/etc/$app/coturn.conf" cp ../conf/turnserver.conf "$coturn_config_path"