Suppress output of get_current_ip command

This commit is contained in:
Tobias 2025-11-21 13:23:07 +01:00 committed by GitHub
parent 8098b8c487
commit 52afeb0a93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ INSTALL_PATH="/opt/qbittorrent-exporter/src/qbittorrent-exporter"
CONFIG_PATH="/opt/qbittorrent-exporter.env" CONFIG_PATH="/opt/qbittorrent-exporter.env"
header_info header_info
ensure_usr_local_bin_persist ensure_usr_local_bin_persist
get_current_ip get_current_ip &>/dev/null
# OS Detection # OS Detection
if [[ -f "/etc/alpine-release" ]]; then if [[ -f "/etc/alpine-release" ]]; then