Adds waiting for TCP port support (#3)

This commit is contained in:
Franck Nijhof 2019-04-07 20:50:07 +02:00 committed by GitHub
parent a4eb9cdb8b
commit 2f2f529ecd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -70,6 +70,8 @@ source "${__BASHIO_LIB_DIR}/host.sh"
source "${__BASHIO_LIB_DIR}/info.sh"
# shellcheck source=lib/jq.sh
source "${__BASHIO_LIB_DIR}/jq.sh"
# shellcheck source=lib/net.sh
source "${__BASHIO_LIB_DIR}/net.sh"
# shellcheck source=lib/pwned.sh
source "${__BASHIO_LIB_DIR}/pwned.sh"
# shellcheck source=lib/repositories.sh