mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Use new argument style for remove checksum
This commit is contained in:
parent
4486616434
commit
5206d0bd1f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ apply_config() {
|
|||
ynh_replace_string __ALLOWED_ACCESS__ True "$homeserver_config_path"
|
||||
fi
|
||||
|
||||
ynh_store_file_checksum "$homeserver_config_path"
|
||||
ynh_store_file_checksum --file "$homeserver_config_path"
|
||||
setfacl -R -m user:turnserver:rX /etc/matrix-$app
|
||||
|
||||
systemctl restart matrix-$app
|
||||
|
|
Loading…
Add table
Reference in a new issue