1
0
Fork 0
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:
Josué Tille 2019-06-15 09:57:14 +02:00
parent 4486616434
commit 5206d0bd1f
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -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