From 645b249e0059af566f8b606794cd5a7a2b485408 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Aug 2021 00:16:06 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Hassio=20token=20was=20renamed?= =?UTF-8?q?=20to=20Supervisor=20token=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prometheus/rootfs/etc/cont-init.d/prometheus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/rootfs/etc/cont-init.d/prometheus.sh b/prometheus/rootfs/etc/cont-init.d/prometheus.sh index 447c78e..7f4f38e 100644 --- a/prometheus/rootfs/etc/cont-init.d/prometheus.sh +++ b/prometheus/rootfs/etc/cont-init.d/prometheus.sh @@ -3,4 +3,4 @@ # Home Assistant Community Add-on: Prometheus # Configures Prometheus # ============================================================================== -echo "${HASSIO_TOKEN}" > '/run/home-assistant.token' +echo "${SUPERVISOR_TOKEN}" > '/run/home-assistant.token'