1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-19 18:08:40 +00:00

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

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"