Update 99-run.sh

This commit is contained in:
Alexandre
2023-10-08 07:50:17 +02:00
committed by GitHub
parent 1985e7b15e
commit 83182e0e5e

View File

@@ -61,7 +61,7 @@ if ! bashio::config.has_value 'DB_USERNAME' && \
! bashio::config.has_value 'DB_DATABASE_NAME' && \
! bashio::config.has_value 'JWT_SECRET' && \
! 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
# Settings parameters