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

Merge pull request #452 from nathanael-h/patch-1

Fix update_synapse_for_appservice
This commit is contained in:
Josue-T 2024-04-17 18:33:58 +02:00 committed by GitHub
commit 1ef97c77ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,8 +18,8 @@ for f in $(ls /etc/matrix-$app/app-service/); do
done
# Set permissions
chown matrix-$app $service_config_file
chown matrix-$app /etc/matrix-$app/app-service/*
chown $app $service_config_file
chown $app /etc/matrix-$app/app-service/*
chmod 600 $service_config_file
chmod 600 /etc/matrix-$app/app-service/*