From f29ef5a2365b2dfc09eda5fb3650aeb915b4c8e1 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:55:58 +0200 Subject: [PATCH] remove catchup form status --- sync-status.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sync-status.sh b/sync-status.sh index 76e245e1..67f6213b 100755 --- a/sync-status.sh +++ b/sync-status.sh @@ -85,7 +85,8 @@ for path in $pathlist; do echo "lagging" exit 0 else - echo "syncing ($(./catchup.sh $1))" + #echo "syncing ($(./catchup.sh $1))" + echo "syncing" exit 1 fi fi @@ -103,7 +104,8 @@ for path in $pathlist; do echo "online" exit 0 else - echo "behind ($(./catchup.sh $1))" + echo "behind" + #echo "behind ($(./catchup.sh $1))" exit 1 fi elif [[ $http_status_code -eq 404 ]]; then