From fee5ecc5d02d291c2ecc05fe40395d7e0bf49339 Mon Sep 17 00:00:00 2001 From: Marc Forth Date: Wed, 17 May 2017 06:21:10 +0100 Subject: [PATCH] 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. --- source/_docs/ecosystem/certificates/lets_encrypt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/certificates/lets_encrypt.markdown b/source/_docs/ecosystem/certificates/lets_encrypt.markdown index caac6eb191c..e1d2e464c41 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -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: