add estimate

This commit is contained in:
Sebastian
2024-09-11 13:23:28 +02:00
parent 5cb026697a
commit 70fd7e0346

View File

@@ -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