From 847414ac1f3b14f1ff1b69bcefcd762b05b8a5de Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 30 May 2024 12:18:57 +0000 Subject: [PATCH] health-check: add a test that git is online --- scripts/health-check | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/health-check b/scripts/health-check index 545760cd..52c4b15f 100755 --- a/scripts/health-check +++ b/scripts/health-check @@ -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"