mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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
@ -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…
x
Reference in New Issue
Block a user