Skip to content

Commit

Permalink
deploy: f91149b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent 1738ca0 commit 9f08b32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,12 @@ warningCount=0
echo
echo "⚠️ Found $warningCount warnings"
echo "🚑 Found $healthIssueCount node status issue"
echo

if [[ "$warningCount" -eq "0" && "$healthIssueCount" -eq "0" ]]; then
echo "🌈 The Node is running correctly, no issues found!"
fi

echo
echo "================="
echo
Expand Down

0 comments on commit 9f08b32

Please sign in to comment.