mirror of
https://github.com/hassio-addons/addon-prometheus.git
synced 2025-05-04 11:11:24 +00:00
6 lines
320 B
Bash
6 lines
320 B
Bash
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Home Assistant Community Add-on: Prometheus
|
|
# Configures Prometheus
|
|
# ==============================================================================
|
|
echo "${SUPERVISOR_TOKEN}" > '/run/home-assistant.token'
|