Skip to content

Commit

Permalink
ignore additional link
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Feb 26, 2024
1 parent bd00a43 commit 3150b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3150b22

Please sign in to comment.