Update USAGE.md (#2178)

change line to be root:users, due to chown complaining about `chown: warning: '.' should be ':': ‘root.users’`
not critical issue though
This commit is contained in:
wrac4242 2022-10-09 21:12:57 +01:00 committed by GitHub
parent da967b06bc
commit 4f15c35256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -350,7 +350,7 @@ The requested client activity log will instead be located in the users home dire
On many systems this can be achieved by
```text
sudo mkdir /var/log/onedrive
sudo chown root.users /var/log/onedrive
sudo chown root:users /var/log/onedrive
sudo chmod 0775 /var/log/onedrive
```