From dc3e0440646f2cd6ab5bc9a584327caa99e7c361 Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Wed, 17 Jan 2024 08:24:43 +0100 Subject: [PATCH] Fix duplicated bashio::network.enabled() function (#152) --- lib/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/network.sh b/lib/network.sh index b1926c6..05942cd 100644 --- a/lib/network.sh +++ b/lib/network.sh @@ -164,7 +164,7 @@ function bashio::network.enabled() { # Arguments: # $1 Interface name for this operation (optional) # ------------------------------------------------------------------------------ -function bashio::network.enabled() { +function bashio::network.connected() { local interface=${1:-'default'} bashio::log.trace "${FUNCNAME[0]}"