Add sudo command for consistency (#1996)
This commands needs `sudo`. The one above has `sudo` in it so this one should have `sudo` as wellpull/1999/head
parent
8551b57331
commit
0c5bc5a218
|
@ -58,7 +58,7 @@ sudo useradd -r -s /sbin/nologin openhab
|
||||||
Add your regular user to the `openhab` group.
|
Add your regular user to the `openhab` group.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
usermod -a -G openhab <user>
|
sudo usermod -a -G openhab openhab
|
||||||
```
|
```
|
||||||
|
|
||||||
### Create the openHAB conf, userdata, and addon directories
|
### Create the openHAB conf, userdata, and addon directories
|
||||||
|
|
Loading…
Reference in New Issue