remove catchup form status

This commit is contained in:
Sebastian
2024-10-20 14:55:58 +02:00
parent 18aa6600e7
commit f29ef5a236

View File

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