Jiná lokace logfilu…
This commit is contained in:
parent
c85da8a47e
commit
4032ff8fa5
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
# Props to https://www.commandlinefu.com/commands/view/8234/check-broken-links-using-wget-as-a-spider
|
||||
set -eu
|
||||
|
||||
logfile="$(pwd)/wget.log.$(date +%FT%T)"
|
||||
tmp=$(mktemp --directory)
|
||||
cd "$tmp"
|
||||
|
||||
wget --spider -o wget.log -r -p -X '/soustredeni/*/fotogalerie/' "$@"
|
||||
wget --spider -o "$logfile" -r -p -X '/soustredeni/*/fotogalerie/' "$@"
|
||||
|
|
Loading…
Reference in a new issue