remove all one line comments form influxdb.conf
All checks were successful
build container icinga2 / build (push) Successful in 2m29s

This commit is contained in:
2025-02-01 20:25:11 +01:00
parent 663f12ad50
commit d75b3c9cf2

View File

@@ -58,6 +58,7 @@ fi
if [ ! -f "$ICINGA2_FILE_INFLUXDB_CONF" ]; then
echo enable influxdb
/usr/sbin/icinga2 feature enable influxdb
sed -i "s|//| |g" $ICINGA2_FILE_INFLUXDB_CONF
fi
if [ ! -z "$ICINGA2_INFLUXDB_HOST" ]; then