mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-04 19:01:21 +00:00
🔨 Add missing config_file explanation
This commit is contained in:
parent
783b5e7d9f
commit
0488742894
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue