mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-15 12:34:27 +02:00
global-functions: $ScriptInstallUpdate: prepare for future certificate chain
This commit is contained in:
parent
e228c73984
commit
a1af9577ca
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue