1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

add checksum management for server_name.conf

add checksum management for server_name.conf with the helper ynh_store_file_checksum
This commit is contained in:
Thatoo 2019-11-11 12:32:28 +01:00 committed by GitHub
parent 3bec1893a2
commit 3d17fbbced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,6 +300,8 @@ then
cp ../conf/server_name.conf /etc/nginx/conf.d/${server_name}.d/server_name.conf
fi
ynh_store_file_checksum --file="/etc/nginx/conf.d/${server_name}.d/server_name.conf"
#=================================================
# SET COTURN CONFIG
#=================================================