Correction of line 448 (#3786)

add "sudo" and remove the space before "s"
This commit is contained in:
misterbenj34 2017-10-26 18:17:49 +02:00 committed by Fabian Affolter
parent 5884dc8df3
commit 4b33e71440

View File

@ -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: