Skip to content

Commit

Permalink
Avoid empty newlines in Supervisor logs (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Nov 13, 2023
1 parent bef0f02 commit 9351796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/watchdog/run
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9351796

Please sign in to comment.