From 45c9b33778b9b8eba06dc83fe3c7d019fb547733 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 12 Nov 2012 00:54:34 +0100 Subject: more patterns --- bin/webcheck_url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/webcheck_url.sh b/bin/webcheck_url.sh index 94b6882e..0ed05611 100755 --- a/bin/webcheck_url.sh +++ b/bin/webcheck_url.sh @@ -45,7 +45,7 @@ fi if [ "${URL:0:21}" = "http://www.debian.org" ] ; then TRANSLATIONS=$(curl www.debian.org 2>/dev/null|grep index|grep lang=|cut -d "." -f2) for LANG in $TRANSLATIONS ; do - PARAMS="$PARAMS -y $LANG.html" + PARAMS="$PARAMS -y \.${LANG}\.html -y html\.${LANG}" done fi -- cgit v1.2.3-54-g00ecf