docs: fix command

This commit is contained in:
decentral1se 2022-01-01 17:19:35 +01:00
parent 33723ef0df
commit bdca877491
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@ abra app run <app> server create-invite --admin --group default
Until [`#1`](https://git.coopcloud.tech/coop-cloud/snikket/issues/1) is fixed...
```
abra app run <app> app chown -R prosody:prosody /certs/*
abra app run <app> server sh -c "chown -R prosody:prosody /certs/*"
abra app restart <app> app
abra app restart <app> server
```