mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Fix missing store file checksum
This commit is contained in:
parent
e7e2b725cc
commit
e0d9125a78
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ configure_synapse() {
|
|||
sed -i "s|_AUTO_JOIN_ROOMS_SED_PARAM_|$auto_join_rooms_sed_param|g" /etc/matrix-$app/homeserver.yaml
|
||||
sed -i "s|_REGISTRATION_REQUIRE_3PID_SED_PARAM_|$registration_require_3pid_sed_param|g" /etc/matrix-$app/homeserver.yaml
|
||||
sed -i "s|_ALLOWD_LOCAL_3PIDS_SED_PARAM_|$allowd_local_3pids_sed_param|g" /etc/matrix-$app/homeserver.yaml
|
||||
ynh_store_file_checksum --file=/etc/matrix-$app/homeserver.yaml
|
||||
|
||||
ynh_add_config --template="log.yaml" --destination="/etc/matrix-$app/log.yaml"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue