From 48c425964f9b48b8c7a550470d96186ba97e7d47 Mon Sep 17 00:00:00 2001 From: Thatoo Date: Sat, 27 Jul 2019 17:49:02 +0200 Subject: [PATCH] Important update of upgrade script ynh_replace_string __SERVER_NAME__ $server_name "$homeserver_config_path" was missing --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 84633aa..c9d88f1 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -158,6 +158,7 @@ cp ../conf/log.yaml /etc/matrix-$app/log.yaml ynh_replace_string __APP__ $app "$homeserver_config_path" ynh_replace_string __DOMAIN__ $domain "$homeserver_config_path" +ynh_replace_string __SERVER_NAME__ $server_name "$homeserver_config_path" ynh_replace_string __SYNAPSE_DB_USER__ $synapse_db_user "$homeserver_config_path" ynh_replace_string __SYNAPSE_DB_PWD__ $synapse_db_pwd "$homeserver_config_path" ynh_replace_string __PORT__ $port "$homeserver_config_path"