mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +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
|
Add the following lines
|
||||||
```bash
|
```bash
|
||||||
[devfsrules_jail_allow_usb=7]
|
[devfsrules_jail_allow_usb=7]
|
||||||
add path 'cu\*' unhide
|
add path 'cu\*' mode 0660 group 8123 unhide
|
||||||
```
|
```
|
||||||
|
|
||||||
Reload devfs
|
Reload devfs
|
||||||
@ -222,7 +222,7 @@ sudo iocage console hass
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls /dev/cu
|
ls /dev/cu*
|
||||||
```
|
```
|
||||||
This should ouput the following
|
This should ouput the following
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user