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:
parent
cc2c3000b9
commit
cf343490bc
2 changed files with 3 additions and 1 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)
|
||||||
|
|
||||||
|
|
|
@ -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