Suppress output of get_current_ip command
This commit is contained in:
parent
8098b8c487
commit
52afeb0a93
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user