checklinks: zobrazit i jediný rozbitý odkaz
This commit is contained in:
parent
7950d3cd9d
commit
1cd5310a32
1 changed files with 1 additions and 1 deletions
|
@ -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…
|
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)"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue