xsl/portal2fetch: wget --no-check-certificate

This commit is contained in:
Astro 2013-10-30 01:01:41 +01:00
parent 765e6339e1
commit a809b62a1c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<xsl:template match="/config/*">
<xsl:text>wget -O portal-</xsl:text>
<xsl:value-of select="@id"/>
<xsl:text>.xml '</xsl:text>
<xsl:text>.xml --no-check-certificate '</xsl:text>
<xsl:value-of select="string(.)"/>
<xsl:text>'&#10;</xsl:text>
</xsl:template>