1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

check-certificates: drop extra warning

A sent notification implies that renewal failed.
This commit is contained in:
Christian Hesse
2019-01-09 10:31:54 +01:00
parent 0abb9a1848
commit 6b6c3d5119

View File

@@ -63,8 +63,6 @@
/ certificate remove $Cert;
/ certificate set $CertNew name=$CertName;
} on-error={
:log warning ("Failed to auto-update certificate " . $CertName);
:local InvalidBefore [ / certificate get $Cert invalid-before ];
:local InvalidAfter [ / certificate get $Cert invalid-after ];