Merge pull request #1913 from lancer1268/fix-typo-in-doc

doc: Add a missing parenthesis
This commit is contained in:
Peter Bieringer
2025-11-13 06:18:02 +01:00
committed by GitHub

View File

@@ -272,7 +272,7 @@ requirements.
Recommendation: check support by [Linux Distribution Packages](#linux-distribution-packages)
instead of manual setup / initial configuration.
Create the **radicale** user and group for the Radicale service by running (as `root`:
Create the **radicale** user and group for the Radicale service by running (as `root`):
```bash
useradd --system --user-group --home-dir / --shell /sbin/nologin radicale
```