From 0020589a31b74110bad4b59386f6ad1b90917f64 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Mon, 8 Dec 2025 15:54:51 +0100 Subject: [PATCH] fix --- tools/addon/pihole-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/addon/pihole-exporter.sh b/tools/addon/pihole-exporter.sh index bf60bc0cc..5547f35c5 100644 --- a/tools/addon/pihole-exporter.sh +++ b/tools/addon/pihole-exporter.sh @@ -101,7 +101,7 @@ msg_info "Creating configuration" cat <"$CONFIG_PATH" # https://github.com/eko/pihole-exporter/?tab=readme-ov-file#available-cli-options PIHOLE_PASSWORD="${pihole_PASSWORD}" -PIHOLE_hostname="${pihole_HOSTNAME}" +PIHOLE_HOSTNAME="${pihole_HOSTNAME}" SKIP_TLS_VERIFICATION="${pihole_SKIP_TLS}" EOF msg_ok "Created configuration"