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

Update update_synapse_for_appservice.sh

This commit is contained in:
Gredin67 2020-09-28 22:27:12 +02:00 committed by GitHub
parent 42a60c24c0
commit 622f8609f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ for f in $(ls /etc/matrix-$app/app-service/); do
done
# Set permissions
chown matrix-$app $service_config_file
chown -R /etc/matrix-$app --reference=$service_config_file
chmod 600 $service_config_file
systemctl restart matrix-$app