Correction of line 448 (#3786)
add "sudo" and remove the space before "s"
This commit is contained in:
parent
5884dc8df3
commit
4b33e71440
1 changed files with 1 additions and 1 deletions
|
@ -445,7 +445,7 @@ To set a cron job to run the script at regular intervals:
|
|||
* Change to your Home Assistant user (command similar to):
|
||||
|
||||
```bash
|
||||
$ su - s /bin/bash hass
|
||||
$ sudo su -s /bin/bash hass
|
||||
```
|
||||
|
||||
* Open the crontab:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue