mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix config log.yaml
This commit is contained in:
parent
257a25f591
commit
61306b278e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue