mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Correction of line 448 (#3786)
add "sudo" and remove the space before "s"
This commit is contained in:
parent
5884dc8df3
commit
4b33e71440
@ -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):
|
* Change to your Home Assistant user (command similar to):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ su - s /bin/bash hass
|
$ sudo su -s /bin/bash hass
|
||||||
```
|
```
|
||||||
|
|
||||||
* Open the crontab:
|
* Open the crontab:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user