mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 11:31:31 +00:00
🚑 Fixes incorrect exit code when InfluxDB export is disabled
This commit is contained in:
parent
7a32506771
commit
c7cc71dd31
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Export Glances data to InfluxDB
|
# Export Glances data to InfluxDB
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
if bashio::config.false 'influxdb.enabled'; then
|
if bashio::config.false 'influxdb.enabled'; then
|
||||||
exit "${EX_OK}"
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Modify the configuration
|
# Modify the configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue