Update 99-run.sh

This commit is contained in:
Alexandre
2022-03-09 21:17:39 +01:00
committed by GitHub
parent f1ca297240
commit 37860b7ff5

View File

@@ -48,7 +48,7 @@ mariadb_addon)
;;
# Use remote
*)
external)
bashio::log.info "Using remote database. Requirement : filling all addon options fields, and making sure the database already exists"
for conditions in "ZM_DB_HOST" "ZM_DB_PORT" "ZM_DB_NAME" "ZM_DB_USER" "ZM_DB_PASS"; do
if ! bashio::config.has_value "$conditions"; then