diff --git a/scripts/restore b/scripts/restore index c7cec04..ff18802 100755 --- a/scripts/restore +++ b/scripts/restore @@ -142,7 +142,7 @@ ynh_print_ON coturn_config_path="/etc/$app/coturn.conf" -cp ../settings/conf/turnserver.conf "$coturn_config_path" +cp ../settings/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"