Update 99-run.sh

This commit is contained in:
Alexandre
2022-03-09 21:18:59 +01:00
committed by GitHub
parent 37860b7ff5
commit 7fbbde9072

View File

@@ -10,7 +10,8 @@ set -x
###################
bashio::log.info "Defining database"
case $(bashio::config 'DB_CONNECTION') in
DBTYPE=$(bashio::config 'DB_CONNECTION')
case "$DBTYPE" in
# Use MariaDB
mariadb_addon)