diff --git a/immich/rootfs/etc/cont-init.d/99-run.sh b/immich/rootfs/etc/cont-init.d/99-run.sh index f62b8bb59..bc098f879 100755 --- a/immich/rootfs/etc/cont-init.d/99-run.sh +++ b/immich/rootfs/etc/cont-init.d/99-run.sh @@ -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