diff options
author | Christian Hesse <mail@eworm.de> | 2022-09-09 14:02:02 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-09-09 14:02:02 +0200 |
commit | a1af9577ca2e1300aa920ff5b05cd4a4492f5f88 (patch) | |
tree | dcc862fec3c42992eb520d452821c8aa23076be7 /global-functions | |
parent | e228c739843afa3355a1b9e205c26cad2635116a (diff) |
global-functions: $ScriptInstallUpdate: prepare for future certificate chain
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/global-functions b/global-functions index 5bbe7c4..e66415b 100644 --- a/global-functions +++ b/global-functions @@ -777,6 +777,10 @@ $LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false; } + :if ([ $CertificateAvailable "E1" ] = false) do={ + $LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false; + } + :foreach Script in=$Scripts do={ :if ([ :len [ /system/script/find where name=$Script ] ] = 0) do={ $LogPrintExit2 info $0 ("Adding new script: " . $Script) false; |