From 5206d0bd1f4ac09843f5abaabda86f5aeeae08c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 15 Jun 2019 09:57:14 +0200 Subject: [PATCH] Use new argument style for remove checksum --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/config b/scripts/config index 01357fd..44a23ea 100644 --- a/scripts/config +++ b/scripts/config @@ -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