remove catchup form status
This commit is contained in:
@@ -85,7 +85,8 @@ for path in $pathlist; do
|
|||||||
echo "lagging"
|
echo "lagging"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "syncing ($(./catchup.sh $1))"
|
#echo "syncing ($(./catchup.sh $1))"
|
||||||
|
echo "syncing"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@@ -103,7 +104,8 @@ for path in $pathlist; do
|
|||||||
echo "online"
|
echo "online"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "behind ($(./catchup.sh $1))"
|
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