mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00: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…
Reference in a new issue