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:
parent
42a60c24c0
commit
622f8609f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue