From 5e20ed40ca6882a294c31220aa6cfb0fbaba68f9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:20:18 +0100 Subject: [PATCH] fix the monitoring --- show-status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/show-status.sh b/show-status.sh index cd3fb909..f883f557 100755 --- a/show-status.sh +++ b/show-status.sh @@ -37,10 +37,10 @@ for part in "${parts[@]}"; do if [[ "$result" == *"syncing"* && $? -eq 1 ]]; then # Allow exit status 1 if result contains "syncing" - echo "hit syncing" + #echo "hit syncing" elif [[ "$result" == *"lagging"* && $? -eq 1 ]]; then # Allow exit status 1 if result contains "syncing" - echo "hit lagging" + #echo "hit lagging" elif [ $? -ne 0 ]; then echo "hit failure $?" any_failure=true