From 1a5ae939c60bfe1594f5c9b9da6028c3551b2f99 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 14 Mar 2019 20:41:58 +0100 Subject: [PATCH] :ambulance: Fixes disabled string module --- lib/bashio.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/bashio.sh b/lib/bashio.sh index aa51971..2ab8e85 100644 --- a/lib/bashio.sh +++ b/lib/bashio.sh @@ -76,6 +76,8 @@ source "${__BASHIO_LIB_DIR}/pwned.sh" source "${__BASHIO_LIB_DIR}/repositories.sh" # shellcheck source=secrets.sh source "${__BASHIO_LIB_DIR}/secrets.sh" +# shellcheck source=string.sh +source "${__BASHIO_LIB_DIR}/string.sh" # shellcheck source=supervisor.sh source "${__BASHIO_LIB_DIR}/supervisor.sh" # shellcheck source=var.sh