From dd552c8a141ce02feccd3aae09553a65d502c0dd Mon Sep 17 00:00:00 2001 From: Nouts Date: Wed, 31 Jul 2019 20:34:09 +0200 Subject: [PATCH] remove server_name from restore as not needed --- scripts/restore | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 59c82a8..0144f83 100644 --- a/scripts/restore +++ b/scripts/restore @@ -106,7 +106,6 @@ 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 __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"