mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Add missing save checksum
This commit is contained in:
parent
c749926339
commit
b2cedfe7c4
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ configure_coturn() {
|
|||
|
||||
ynh_add_config --template="turnserver.conf" --destination="/etc/matrix-$app/coturn.conf"
|
||||
sed -i "s|_TURN_EXTERNAL_IP_|$turn_external_ip|g" /etc/matrix-$app/coturn.conf
|
||||
ynh_store_file_checksum --file=/etc/matrix-$app/coturn.conf
|
||||
}
|
||||
|
||||
configure_nginx() {
|
||||
|
|
Loading…
Reference in a new issue