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/check_process b/check_process index 2145e14..7c8ac68 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,7 @@ backup_restore=1 multi_instance=0 wrong_user=0 - wrong_path=2 + wrong_path=1 incorrect_path=0 corrupt_source=1 fail_download_source=1 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