Update 99-run.sh

This commit is contained in:
Alexandre
2022-01-16 15:29:52 +01:00
committed by GitHub
parent c115e4d751
commit 00a60dcd33

View File

@@ -140,7 +140,7 @@ fi
bashio::log.info "Please wait while the app is loading !" bashio::log.info "Please wait while the app is loading !"
if bashio::config.true 'silent'; then if bashio::config.true 'silent'; then
bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug bashio::log.warning "Silent mode activated. Only errors will be shown. Please disable in addon options if you need to debug"
/./usr/local/bin/entrypoint.sh >/dev/null /./usr/local/bin/entrypoint.sh >/dev/null
else else
/./usr/local/bin/entrypoint.sh /./usr/local/bin/entrypoint.sh