From 61306b278eafd41dce97c54ca557f25cbcedb5e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 6 Feb 2018 11:19:37 +0100 Subject: [PATCH] Fix config log.yaml --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 3747d9d..aa3bb9c 100644 --- a/scripts/install +++ b/scripts/install @@ -221,7 +221,7 @@ ynh_replace_string __TLS_PORT__ $synapse_tls_port "$homeserver_config_path" ynh_replace_string __TURNSERVER_TLS_PORT__ $turnserver_tls_port "$homeserver_config_path" ynh_replace_string __TURNPWD__ $turnserver_pwd "$homeserver_config_path" -ynh_replace_string __APP__ $app "$homeserver_config_path" +ynh_replace_string __APP__ $app "/etc/matrix-$app/log.yaml" if [ "$is_public" = "0" ] then @@ -231,7 +231,7 @@ else fi ynh_store_file_checksum "$homeserver_config_path" -ynh_store_file_checksum /etc/matrix-$app/log.yaml +ynh_store_file_checksum "/etc/matrix-$app/log.yaml" #================================================= # SET COTURN CONFIG