add estimate
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user