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

Fix permission for app-service config file

This commit is contained in:
Josué Tille 2020-10-13 22:29:45 +02:00
parent 5b826589bf
commit d80b8d4baf
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -13,7 +13,9 @@ done
# Set permissions
chown matrix-$app $service_config_file
chown matrix-$app /etc/matrix-$app/app-service/*
chmod 600 $service_config_file
chmod 600 /etc/matrix-$app/app-service/*
systemctl restart matrix-$app