From cf343490bc3ca463099c46b796c578980c3f7730 Mon Sep 17 00:00:00 2001 From: Josue-T Date: Mon, 27 Feb 2017 08:16:42 +0100 Subject: [PATCH] Update synapse * Add check_process * Solve error with custom certificat * Add link to chattroom --- README.md | 3 +++ scripts/_common.sh | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c90a02..7f3a2de 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ Synapse for YunoHost ================== +Yunohost chattroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) + +[Yunohost project](https://yunohost.org/#/) ## For ARM arch (or slow arch) diff --git a/scripts/_common.sh b/scripts/_common.sh index 8c45ee6..cb93e0e 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -77,7 +77,6 @@ do then sudo test -d "$path_to_set" && sudo setfacl -m user:$user:rx "$path_to_set" sudo test -f "$path_to_set" && sudo setfacl -m user:$user:r "$path_to_set" - sudo test -L "$path_to_set" && sudo setfacl -m user:$user:r "$path_to_set" fi fi done