mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
🚑 Fixes disabled string module
This commit is contained in:
parent
d260a5180c
commit
1a5ae939c6
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ source "${__BASHIO_LIB_DIR}/pwned.sh"
|
||||||
source "${__BASHIO_LIB_DIR}/repositories.sh"
|
source "${__BASHIO_LIB_DIR}/repositories.sh"
|
||||||
# shellcheck source=secrets.sh
|
# shellcheck source=secrets.sh
|
||||||
source "${__BASHIO_LIB_DIR}/secrets.sh"
|
source "${__BASHIO_LIB_DIR}/secrets.sh"
|
||||||
|
# shellcheck source=string.sh
|
||||||
|
source "${__BASHIO_LIB_DIR}/string.sh"
|
||||||
# shellcheck source=supervisor.sh
|
# shellcheck source=supervisor.sh
|
||||||
source "${__BASHIO_LIB_DIR}/supervisor.sh"
|
source "${__BASHIO_LIB_DIR}/supervisor.sh"
|
||||||
# shellcheck source=var.sh
|
# shellcheck source=var.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue