From a5225ea22ce94ffcfe8fa2b794bc06e86eb637ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Nemc=CC=8Cek?= Date: Fri, 19 Feb 2016 21:10:46 +0100 Subject: [PATCH] removed --show-progress, doesnt exists in wget, works now --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 7becfad..af22087 100755 --- a/run.sh +++ b/run.sh @@ -25,7 +25,7 @@ echo -e "${GREEN}Dumping \"$URL\" into IPFS${NC}" echo -e "${BLUE}" mkdir -p /tmp/ipfscrape/site cd /tmp/ipfscrape/site -wget -q --show-progress --page-requisites --html-extension --convert-links --random-wait -e robots=off -nd --span-hosts $URL || true +wget -q --page-requisites --html-extension --convert-links --random-wait -e robots=off -nd --span-hosts $URL || true test -f index.html || { INDEX_FILE=$(ls -S | grep -i .html | head -n1)