Skip to content

Commit a1af957

Browse files
committed
global-functions: $ScriptInstallUpdate: prepare for future certificate chain
1 parent e228c73 commit a1af957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

global-functions

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,10 @@
777777
$LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false;
778778
}
779779

780+
:if ([ $CertificateAvailable "E1" ] = false) do={
781+
$LogPrintExit2 warning $0 ("Downloading certificate failed, trying without.") false;
782+
}
783+
780784
:foreach Script in=$Scripts do={
781785
:if ([ :len [ /system/script/find where name=$Script ] ] = 0) do={
782786
$LogPrintExit2 info $0 ("Adding new script: " . $Script) false;

0 commit comments

Comments
 (0)