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' -