Skip to content

Commit

Permalink
🚑 Fixes incorrect exit code when InfluxDB export is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 1, 2019
1 parent 7a32506 commit c7cc71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glances/rootfs/etc/cont-init.d/30-influxdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Export Glances data to InfluxDB
# ==============================================================================
if bashio::config.false 'influxdb.enabled'; then
exit "${EX_OK}"
exit 0
fi

# Modify the configuration
Expand Down

0 comments on commit c7cc71d

Please sign in to comment.