Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
Mention correct directory for git config
  • Loading branch information
G-Huber authored and pbiering committed Oct 28, 2024
1 parent 74cda27 commit ef26c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ For the hook to not cause errors either **git** user details need to be set and

When using the systemd unit file from the [Running as a service](#running-as-a-service) section this **cannot** be done via a `.gitconfig` file in the users home directory, as Radicale won't have read permissions!

In `/var/lib/radicale/collections` run:
In `/var/lib/radicale/collections/.git` run:
```bash
git config user.name "radicale"
git config user.email "radicale@example.com"
Expand Down

0 comments on commit ef26c9b

Please sign in to comment.