From bb47e1f7d768b9979c305dea593ee44d4c79598b Mon Sep 17 00:00:00 2001 From: Nouts Date: Wed, 31 Jul 2019 20:21:41 +0200 Subject: [PATCH] fix typo --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 1ffef46..59c82a8 100644 --- a/scripts/restore +++ b/scripts/restore @@ -106,7 +106,7 @@ cp ../settings/conf/turnserver.conf "$coturn_config_path" ynh_replace_string __APP__ $app "$coturn_config_path" ynh_replace_string __TURNPWD__ $turnserver_pwd "$coturn_config_path" ynh_replace_string __DOMAIN__ $domain "$coturn_config_path" - ynh_replace_string __SERVER_NAME__ $server_name "$homeserver_config_path" +ynh_replace_string __SERVER_NAME__ $server_name "$homeserver_config_path" ynh_replace_string __TLS_PORT__ $turnserver_tls_port "$coturn_config_path" ynh_replace_string __TLS_ALT_PORT__ $turnserver_alt_tls_port "$coturn_config_path" ynh_replace_string __CLI_PORT__ $cli_port "$coturn_config_path"