diff options
-rw-r--r-- | script-updates | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/script-updates b/script-updates index ffa8da4..fca3f0f 100644 --- a/script-updates +++ b/script-updates @@ -26,7 +26,9 @@ :if ($ignore = 0) do={ :log debug ("Fetching script from url: " . $scriptname); - / tool fetch dst-path=("script-updates/" . $scriptname) ($"script-updates-baseurl" . $scriptname); + / tool fetch check-certificate=yes-without-crl \ + dst-path=("script-updates/" . $scriptname) \ + ($"script-updates-baseurl" . $scriptname); :set scriptfile [ / file find where name=("script-updates/" . $scriptname) ]; } } |