From 041bbfec53b46d38c9b5c6b37744cb4e6526348d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 26 Jul 2020 20:29:08 +0200 Subject: [PATCH] :fire: Remove unused variable from proemetheus init --- prometheus/rootfs/etc/cont-init.d/prometheus.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/prometheus/rootfs/etc/cont-init.d/prometheus.sh b/prometheus/rootfs/etc/cont-init.d/prometheus.sh index 227a639..447c78e 100644 --- a/prometheus/rootfs/etc/cont-init.d/prometheus.sh +++ b/prometheus/rootfs/etc/cont-init.d/prometheus.sh @@ -3,7 +3,4 @@ # Home Assistant Community Add-on: Prometheus # Configures Prometheus # ============================================================================== -readonly CONFIG="/etc/prometheus/prometheus.yml" - echo "${HASSIO_TOKEN}" > '/run/home-assistant.token' -