1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix log file brocken after running config panel

This commit is contained in:
Josué Tille 2020-05-07 14:51:42 +02:00
parent e47b2d939e
commit e8692c7bc1
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -96,7 +96,6 @@ apply_config() {
ynh_backup_if_checksum_is_different "$homeserver_config_path" ynh_backup_if_checksum_is_different "$homeserver_config_path"
cp ../conf/homeserver.yaml "$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 __APP__ --replace_string $app --target_file "$homeserver_config_path"
ynh_replace_string --match_string __DOMAIN__ --replace_string $domain --target_file "$homeserver_config_path" ynh_replace_string --match_string __DOMAIN__ --replace_string $domain --target_file "$homeserver_config_path"