mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
remove server_name from restore as not needed
This commit is contained in:
parent
bb47e1f7d7
commit
dd552c8a14
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue