mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Update 99-run.sh
This commit is contained in:
@@ -61,7 +61,7 @@ if ! bashio::config.has_value 'DB_USERNAME' && \
|
|||||||
! bashio::config.has_value 'DB_DATABASE_NAME' && \
|
! bashio::config.has_value 'DB_DATABASE_NAME' && \
|
||||||
! bashio::config.has_value 'JWT_SECRET' && \
|
! bashio::config.has_value 'JWT_SECRET' && \
|
||||||
! bashio::config.has_value 'DB_PORT'; then
|
! bashio::config.has_value 'DB_PORT'; then
|
||||||
! bashio::exit.nok "Please make sure that the following options are set : DB_USERNAME, DB_HOSTNAME, DB_PASSWORD, DB_DATABASE_NAME, DB_PORT"
|
bashio::exit.nok "Please make sure that the following options are set : DB_USERNAME, DB_HOSTNAME, DB_PASSWORD, DB_DATABASE_NAME, DB_PORT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Settings parameters
|
# Settings parameters
|
||||||
|
|||||||
Reference in New Issue
Block a user