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:
Marc Forth 2017-05-17 06:21:10 +01:00 committed by Fabian Affolter
parent 14109cf5c3
commit fee5ecc5d0

View File

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