Update lets_encrypt.markdown (#2643)
Corrected command to change user, as the default position for most users is not to have a password for HA user.
This commit is contained in:
parent
14109cf5c3
commit
fee5ecc5d0
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ $ sudo adduser hass sudo
|
|||
If you did not already log in as the user that currently runs Home Assistant, change to that user (usually `hass` or `homeassistant` - you may have used a command similar to this in the past):
|
||||
|
||||
```bash
|
||||
$ su -s /bin/bash hass
|
||||
$ sudo su -s /bin/bash hass
|
||||
```
|
||||
|
||||
Make sure you are in the home directory for the HA user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue