mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fixed two errors (#11005)
Added the group rights for the dev files, and a missing asterisk in the ls command
This commit is contained in:
parent
5a42c0ad1e
commit
6a7b7430bb
@ -200,7 +200,7 @@ vi /etc/devfs.rules
|
||||
Add the following lines
|
||||
```bash
|
||||
[devfsrules_jail_allow_usb=7]
|
||||
add path 'cu\*' unhide
|
||||
add path 'cu\*' mode 0660 group 8123 unhide
|
||||
```
|
||||
|
||||
Reload devfs
|
||||
@ -222,7 +222,7 @@ sudo iocage console hass
|
||||
```
|
||||
|
||||
```bash
|
||||
ls /dev/cu
|
||||
ls /dev/cu*
|
||||
```
|
||||
This should ouput the following
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user