mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
Fix duplicated bashio::network.enabled() function (#152)
This commit is contained in:
parent
f3bd57130c
commit
dc3e044064
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function bashio::network.enabled() {
|
||||||
# Arguments:
|
# Arguments:
|
||||||
# $1 Interface name for this operation (optional)
|
# $1 Interface name for this operation (optional)
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
function bashio::network.enabled() {
|
function bashio::network.connected() {
|
||||||
local interface=${1:-'default'}
|
local interface=${1:-'default'}
|
||||||
|
|
||||||
bashio::log.trace "${FUNCNAME[0]}"
|
bashio::log.trace "${FUNCNAME[0]}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue