1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update synapse

* Add check_process

* Solve error with custom certificat

* Add link to chattroom
This commit is contained in:
Josue-T 2017-02-27 08:16:42 +01:00 committed by GitHub
parent cc2c3000b9
commit cf343490bc
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,9 @@
Synapse for YunoHost 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) ## For ARM arch (or slow arch)

View file

@ -77,7 +77,6 @@ do
then then
sudo test -d "$path_to_set" && sudo setfacl -m user:$user:rx "$path_to_set" 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 -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
fi fi
done done