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

Fix retoration

This commit is contained in:
Josué Tille 2024-09-02 12:18:32 +02:00
parent 9d9e74a188
commit a827b20d58
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -140,7 +140,7 @@ ensure_vars_set() {
set_permissions() { set_permissions() {
chown "$app":"$app" -R "$code_dir" chown "$app":"$app" -R "$code_dir"
chmod o= -R "$code_dir" chmod u+rwX,g+rX,o= -R "$code_dir"
chmod 770 "$code_dir"/Coturn_config_rotate.sh chmod 770 "$code_dir"/Coturn_config_rotate.sh
chmod 700 "$code_dir"/update_synapse_for_appservice.sh chmod 700 "$code_dir"/update_synapse_for_appservice.sh