Add sudo command for consistency (#1996)

This commands needs `sudo`. The one above has `sudo` in it so this one should have `sudo` as well
pull/1999/head
Felix Schneider 2023-01-27 10:08:23 +01:00 committed by GitHub
parent 8551b57331
commit 0c5bc5a218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ sudo useradd -r -s /sbin/nologin openhab
Add your regular user to the `openhab` group.
```bash
usermod -a -G openhab <user>
sudo usermod -a -G openhab openhab
```
### Create the openHAB conf, userdata, and addon directories