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:
commit
1ef97c77ab
1 changed files with 2 additions and 2 deletions
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in a new issue