Skip to content

Commit

Permalink
Fix permission for app-service config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Josue-T committed Oct 13, 2020
1 parent 5b82658 commit d80b8d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/update_synapse_for_appservice.sh
Expand Up @@ -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

Expand Down

0 comments on commit d80b8d4

Please sign in to comment.