From 39ead80df3b3b06250f0ee7812b75f1a1c75c116 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 5 Dec 2018 22:35:35 +0100 Subject: [PATCH] Fix Hass.io requirements script --- esphomeyaml-edge/rootfs/etc/cont-init.d/10-requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml-edge/rootfs/etc/cont-init.d/10-requirements.sh b/esphomeyaml-edge/rootfs/etc/cont-init.d/10-requirements.sh index 046c55315d..de37e10334 100755 --- a/esphomeyaml-edge/rootfs/etc/cont-init.d/10-requirements.sh +++ b/esphomeyaml-edge/rootfs/etc/cont-init.d/10-requirements.sh @@ -19,7 +19,7 @@ if hass.config.true 'ssl'; then if ! hass.file_exists "/ssl/$(hass.config.get 'certfile')"; then if ! hass.file_exists "/ssl/$(hass.config.get 'keyfile')"; then # Both files are missing, let's print a friendlier error message - text = "You enabled encrypted connections using the \"ssl\": true option. + text="You enabled encrypted connections using the \"ssl\": true option. However, the SSL files \"$(hass.config.get 'certfile')\" and \"$(hass.config.get 'keyfile')\" were not found. If you're using Hass.io on your local network and don't want to encrypt connections to the esphomeyaml dashboard, you can manually disable