From 4b33e71440a741ba47992bd9c3b90e7b8d0588c9 Mon Sep 17 00:00:00 2001 From: misterbenj34 Date: Thu, 26 Oct 2017 18:17:49 +0200 Subject: [PATCH] Correction of line 448 (#3786) add "sudo" and remove the space before "s" --- 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 ad7963fae69..edc5fe6b2b3 100644 --- a/source/_docs/ecosystem/certificates/lets_encrypt.markdown +++ b/source/_docs/ecosystem/certificates/lets_encrypt.markdown @@ -445,7 +445,7 @@ To set a cron job to run the script at regular intervals: * Change to your Home Assistant user (command similar to): ```bash -$ su - s /bin/bash hass +$ sudo su -s /bin/bash hass ``` * Open the crontab: