From 9318ae425708d231ff2ee627a13fe8e3ba2dcaaf Mon Sep 17 00:00:00 2001 From: Timmo <28114703+timmo001@users.noreply.github.com> Date: Sun, 19 Aug 2018 16:22:50 +0100 Subject: [PATCH] :hammer: remove old file --- home-panel/rootfs/etc/cont-init.d/40-api.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/home-panel/rootfs/etc/cont-init.d/40-api.sh b/home-panel/rootfs/etc/cont-init.d/40-api.sh index 4151205..36b3909 100644 --- a/home-panel/rootfs/etc/cont-init.d/40-api.sh +++ b/home-panel/rootfs/etc/cont-init.d/40-api.sh @@ -6,8 +6,6 @@ # shellcheck disable=SC1091 source /usr/lib/hassio-addons/base.sh -echo "REACT_APP_API_URL = $(hass.config.get 'api_url')" > /data/app/.env.local - certfile="/ssl/$(hass.config.get 'certfile')" keyfile="/ssl/$(hass.config.get 'keyfile')"