mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
Update 99-run.sh
This commit is contained in:
@@ -48,7 +48,7 @@ mariadb_addon)
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Use remote
|
# Use remote
|
||||||
*)
|
external)
|
||||||
bashio::log.info "Using remote database. Requirement : filling all addon options fields, and making sure the database already exists"
|
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
|
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
|
if ! bashio::config.has_value "$conditions"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user