mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-10 01:54:29 +02:00
global-functions: $CertificateDownload: fix typo
Signed-off-by: Michael Gisbers <michael@gisbers.de> Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
107f9e4bdf
commit
e2e831dbf9
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
$CertificateNameByCN [ / certificate get $Cert common-name ];
|
||||
}
|
||||
} on-error={
|
||||
$LogPrintExit warning ("Failed imprting certificate with " . \
|
||||
$LogPrintExit warning ("Failed importing certificate with " . \
|
||||
"CommonName \"" . $CommonName . "\"!") false;
|
||||
:return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue