1
0
Fork 0
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:
Josué Tille 2024-02-16 22:27:40 +01:00
parent c749926339
commit b2cedfe7c4
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -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() {