From 70fd7e03467fc2bb9b832c312ab54b3406ced156 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:23:28 +0200 Subject: [PATCH] add estimate --- sync-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-status.sh b/sync-status.sh index 1983afa7..a5143abd 100755 --- a/sync-status.sh +++ b/sync-status.sh @@ -85,7 +85,7 @@ for path in $pathlist; do echo "lagging" exit 0 else - echo "syncing" + echo "syncing ($(./catchup.sh $1))" exit 1 fi fi