Skip to content

Commit 4b33e71

Browse files
misterbenj34fabaff
authored andcommitted
Correction of line 448 (home-assistant#3786)
add "sudo" and remove the space before "s"
1 parent 5884dc8 commit 4b33e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/ecosystem/certificates/lets_encrypt.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ To set a cron job to run the script at regular intervals:
445445
* Change to your Home Assistant user (command similar to):
446446

447447
```bash
448-
$ su - s /bin/bash hass
448+
$ sudo su -s /bin/bash hass
449449
```
450450

451451
* Open the crontab:

0 commit comments

Comments
 (0)