Better link output

This commit is contained in:
Seth Vargo 2017-07-26 18:49:56 -04:00
parent d23117d357
commit 4f645bf180
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF

View file

@ -188,8 +188,13 @@ if [ -z "$NO_WARM" ]; then
echo "wget --recursive --delete-after https://$PROJECT_URL/"
echo ""
wget \
--recursive \
--delete-after \
--quiet \
--level inf \
--no-directories \
--no-host-directories \
--no-verbose \
--page-requisites \
--recursive \
--spider \
"https://$PROJECT_URL/"
fi