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:
parent
5b826589bf
commit
d80b8d4baf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue