From 65e17d8009822a76cde46d1d1911dcfe92f2e6e4 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:16:06 +0100 Subject: [PATCH] fix the monitoring --- show-status.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/show-status.sh b/show-status.sh index 69c5c8af..cd3fb909 100755 --- a/show-status.sh +++ b/show-status.sh @@ -42,6 +42,7 @@ for part in "${parts[@]}"; do # Allow exit status 1 if result contains "syncing" echo "hit lagging" elif [ $? -ne 0 ]; then + echo "hit failure $?" any_failure=true fi