From 1cd5310a32bd1f0e6a75fb231aac50f65b63be43 Mon Sep 17 00:00:00 2001 From: "Pavel \"LEdoian\" Turinsky" Date: Fri, 26 Nov 2021 05:33:24 +0100 Subject: [PATCH] =?UTF-8?q?checklinks:=20zobrazit=20i=20jedin=C3=BD=20rozb?= =?UTF-8?q?it=C3=BD=20odkaz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- checklinks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checklinks.sh b/checklinks.sh index 71b218f2..6102a6db 100755 --- a/checklinks.sh +++ b/checklinks.sh @@ -15,4 +15,4 @@ cd "$tmp" wget --spider -o "$logfile" -r -p -X '/soustredeni/*/fotogalerie/' "$@" || true # wget nejspíš skončí s chybou, že něco nestáhl… echo "Result: (a last few lines of the file $logfile)" -sed -ne '/^Found [0-9]* broken links/,$ p' "$logfile" +sed -ne '/^Found [0-9]* broken link/,$ p' "$logfile"