add estimate

This commit is contained in:
Sebastian
2024-09-11 13:24:34 +02:00
parent 70fd7e0346
commit 5ad15b9823

View File

@@ -103,7 +103,7 @@ for path in $pathlist; do
echo "online" echo "online"
exit 0 exit 0
else else
echo "behind" echo "behind ($(./catchup.sh $1))"
exit 1 exit 1
fi fi
elif [[ $http_status_code -eq 404 ]]; then elif [[ $http_status_code -eq 404 ]]; then