mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-03-12 17:09:36 +00:00
check-certificates: give the name used for fetch
This commit is contained in:
parent
22c3f70dab
commit
6aebf5720d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
($CertRenewUrl . $CertFileName) dst-path=$CertFileName as-value;
|
||||
} do={
|
||||
:if (!($Err ~ "[Ss]tatus 404")) do={
|
||||
$LogPrint warning $0 ("Failed fetching certificate: " . $Err);
|
||||
$LogPrint warning $0 ("Failed fetching certificate by '" . $FetchName . "': " . $Err);
|
||||
}
|
||||
:error false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue