mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 12:01:25 +00:00
Adds support for services (#12)
* ✨ Adds support for services * ✨ Adds type handling * 🚑 Fixes incorrect function name
This commit is contained in:
parent
0416242047
commit
abf27b4fbe
2 changed files with 99 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue