From b6cdc48193992e426b7bd5c9bbc48b52ba40e1c2 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Aug 2021 00:10:40 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Hassio=20token=20was=20renamed?= =?UTF-8?q?=20to=20Supervisor=20token?= 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'