From 6b6c3d5119b8e5b81563fbc2b7460611b212c11d Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 9 Jan 2019 10:31:54 +0100 Subject: check-certificates: drop extra warning A sent notification implies that renewal failed. --- check-certificates | 2 -- 1 file changed, 2 deletions(-) diff --git a/check-certificates b/check-certificates index 7347ed8..41d35cd 100644 --- a/check-certificates +++ b/check-certificates @@ -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 ]; -- cgit v1.2.3-54-g00ecf