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:
parent
e47b2d939e
commit
e8692c7bc1
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue