From f02e25182b0836c041f1da4b86cce82c9e8fab60 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 23 Dec 2025 14:29:13 +0100 Subject: [PATCH] fix: pihole-exporter: unknown function (#10249) --- tools/addon/pihole-exporter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/addon/pihole-exporter.sh b/tools/addon/pihole-exporter.sh index 95b894e53..8e1da979b 100644 --- a/tools/addon/pihole-exporter.sh +++ b/tools/addon/pihole-exporter.sh @@ -24,7 +24,7 @@ INSTALL_PATH="/opt/pihole-exporter" CONFIG_PATH="/opt/pihole-exporter.env" header_info ensure_usr_local_bin_persist -get_current_ip &>/dev/null +import_local_ip # ============================================================================== # OS DETECTION @@ -195,7 +195,7 @@ UPDATEEOF # ============================================================================== header_info ensure_usr_local_bin_persist -get_current_ip &>/dev/null +import_local_ip # Handle type=update (called from update script) if [[ "${type:-}" == "update" ]]; then