From 5ad15b9823270b64b7a0a8a3dba6ae05cba4f1de Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:24:34 +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 a5143abd..76e245e1 100755 --- a/sync-status.sh +++ b/sync-status.sh @@ -103,7 +103,7 @@ for path in $pathlist; do echo "online" exit 0 else - echo "behind" + echo "behind ($(./catchup.sh $1))" exit 1 fi elif [[ $http_status_code -eq 404 ]]; then