health-check: add a test that git is online

This commit is contained in:
Colin 2024-05-30 12:18:57 +00:00
parent 84f2006115
commit 847414ac1f

View File

@ -41,6 +41,8 @@ check "uninsane.org DMARC record" nslookup -querytype=TXT _dmarc.uninsane.org.
check "servo-hn wireguard network" ping -c 1 -W 3 servo-hn
check "git.uninsane.org" git ls-remote origin --quiet
echo ""
if [ $last_error -eq 0 ]; then
echo "SUCCESS"