From e8692c7bc12064a8ff519c73048cfcd1718a179f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 7 May 2020 14:51:42 +0200 Subject: [PATCH] Fix log file brocken after running config panel --- scripts/config | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/config b/scripts/config index 12c48aa..6a4f2c5 100644 --- a/scripts/config +++ b/scripts/config @@ -96,7 +96,6 @@ apply_config() { ynh_backup_if_checksum_is_different "$homeserver_config_path" cp ../conf/homeserver.yaml "$homeserver_config_path" - cp ../conf/log.yaml /etc/matrix-$app/log.yaml ynh_replace_string --match_string __APP__ --replace_string $app --target_file "$homeserver_config_path" ynh_replace_string --match_string __DOMAIN__ --replace_string $domain --target_file "$homeserver_config_path"