scripts/check-uninsane: fix the git.uninsane.org check to work even w/o access to SSH keys

This commit is contained in:
Colin 2024-06-17 22:16:23 +00:00
parent 57d7d3821f
commit dbf719b59b

View File

@ -54,7 +54,7 @@ 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
check "git.uninsane.org" git ls-remote https://git.uninsane.org/colin/nix-files.git --quiet
lftpgetIntoTmp() {
local url="$1"