diff --git a/home-panel/rootfs/etc/cont-init.d/10-requirements.sh b/home-panel/rootfs/etc/cont-init.d/10-requirements.sh index f2cf874..82f1c68 100644 --- a/home-panel/rootfs/etc/cont-init.d/10-requirements.sh +++ b/home-panel/rootfs/etc/cont-init.d/10-requirements.sh @@ -7,5 +7,8 @@ bashio::config.require.ssl if ! bashio::config.has_value 'config_file'; then - bashio::exit.nok 'No config file was specified' + bashio::log.fatal '' + bashio::log.fatal 'No configuration filename was specified.' + bashio::log.fatal 'This is required for the add-on to function.' + bashio::exit.nok fi