Avoid empty newlines in Supervisor logs (#4698)

This commit is contained in:
Stefan Agner 2023-11-13 20:12:17 +01:00 committed by GitHub
parent bef0f023d4
commit 9351796ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ do
if [[ "${supervisor_state}" = "running" ]]; then
# Check API
if bashio::supervisor.ping; then
if bashio::supervisor.ping > /dev/null; then
failed_count=0
else
bashio::log.warning "Maybe found an issue on API healthy"