🔨 Suppress url on api

This commit is contained in:
Timmo 2019-10-13 12:59:49 +01:00
parent 17a033c7d8
commit e4ed7102c4

View file

@ -8,12 +8,8 @@ bashio::log.info "Run Home Panel.."
cd /opt/panel \ cd /opt/panel \
|| bashio::exit.nok "Could not change into app directory" || bashio::exit.nok "Could not change into app directory"
LOG_LEVEL=$(bashio::config 'log_level') SUPPRESS_URL="true"
SSL_SUPPRESS_WARNING="true"
SUPPRESS_ADDRESS="true"
export LOG_LEVEL export SUPPRESS_URL
export SSL_SUPPRESS_WARNING
export SUPPRESS_ADDRESS
exec node lib/ exec node lib/