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:
parent
0dcd75eeeb
commit
b699cab1e0
3 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
wrong_user=0
|
wrong_user=0
|
||||||
wrong_path=2
|
wrong_path=1
|
||||||
incorrect_path=0
|
incorrect_path=0
|
||||||
corrupt_source=1
|
corrupt_source=1
|
||||||
fail_download_source=1
|
fail_download_source=1
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue