mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55: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:
Michael Gisbers
committed by
Christian Hesse
parent
107f9e4bdf
commit
e2e831dbf9
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user