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

View File

@@ -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