From 52afeb0a938d90cc43caa1c7a1de19db30631b79 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:23:07 +0100 Subject: [PATCH] Suppress output of get_current_ip command --- tools/addon/qbittorrent-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index e12c0573b..83b470202 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -15,7 +15,7 @@ INSTALL_PATH="/opt/qbittorrent-exporter/src/qbittorrent-exporter" CONFIG_PATH="/opt/qbittorrent-exporter.env" header_info ensure_usr_local_bin_persist -get_current_ip +get_current_ip &>/dev/null # OS Detection if [[ -f "/etc/alpine-release" ]]; then