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

Add link to chattroom

This commit is contained in:
Josué Tille 2017-02-27 08:11:50 +01:00
parent 0dcd75eeeb
commit b699cab1e0
3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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