From 3150b2294dc4f732c984782a49d67d2fb2d313d4 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 26 Feb 2024 11:11:30 +0100 Subject: [PATCH] ignore additional link Signed-off-by: Simon L --- check_links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_links.sh b/check_links.sh index 9b744a4d..55e33179 100644 --- a/check_links.sh +++ b/check_links.sh @@ -3,7 +3,7 @@ LINKS="$(grep -r 'http://\|https://' ./docs | grep -oP 'http.*' | sed 's| .*||;s mapfile -t LINKS <<< "$LINKS" for link in "${LINKS[@]}" do - if echo "$link" | grep -q "yourdomain\|geizhals.eu\|192.168.178.144\|internal.*address\|packages.cisofy.com\|duckdns.org\|https://jan.wildeboer.net/about/"; then + if echo "$link" | grep -q "yourdomain\|geizhals.eu\|192.168.178.144\|internal.*address\|packages.cisofy.com\|duckdns.org\|https://jan.wildeboer.net/about/|https://askubuntu.com/questions/39760/how-can-i-control-hdd-spin-down-time/39764#39764"; then echo "Not testing $link" continue fi