From d4998e98503008044cb1074453775103d9e07111 Mon Sep 17 00:00:00 2001 From: vv01f Date: Wed, 25 Mar 2015 00:00:55 +0100 Subject: [PATCH] --tries=1 for wget on pentamedia in case it is not reachable again --- xsl/portal2fetch.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/portal2fetch.xsl b/xsl/portal2fetch.xsl index fc4fe0e5e..615a59739 100644 --- a/xsl/portal2fetch.xsl +++ b/xsl/portal2fetch.xsl @@ -18,7 +18,7 @@ portal- - .xml: wget -O $@ --no-check-certificate ' + .xml: wget -O $@ --tries=1 --no-check-certificate ' ' 2>> wget.log || true