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:
parent
3d17fbbced
commit
4beeee3e62
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,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"
|
||||
|
||||
#=================================================
|
||||
# MIGRATION 2 : MULTINSTANCE SUPPORT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue