Adds support for services (#12)

*  Adds support for services

*  Adds type handling

* 🚑 Fixes incorrect function name
This commit is contained in:
Franck Nijhof 2019-08-19 21:52:03 +02:00 committed by GitHub
parent 0416242047
commit abf27b4fbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 99 additions and 0 deletions

View file

@ -82,6 +82,8 @@ source "${__BASHIO_LIB_DIR}/pwned.sh"
source "${__BASHIO_LIB_DIR}/repositories.sh"
# shellcheck source=lib/secrets.sh
source "${__BASHIO_LIB_DIR}/secrets.sh"
# shellcheck source=lib/services.sh
source "${__BASHIO_LIB_DIR}/services.sh"
# shellcheck source=lib/string.sh
source "${__BASHIO_LIB_DIR}/string.sh"
# shellcheck source=lib/supervisor.sh